DataTransferKit - Multiphysics Solution Transfer Services
2.0
|
Eucliden distance function. More...
#include <DTK_EuclideanDistance.hpp>
Public Member Functions | |
template<> | |
double | distance (const double *x1, const double *x2) |
Compute Euclidean distance between the given set of coordinates. 1-D specialization. More... | |
template<> | |
double | distance (const double *x1, const double *x2) |
Compute Euclidean distance between the given set of coordinates. 2-D specialization. More... | |
template<> | |
double | distance (const double *x1, const double *x2) |
Compute Euclidean distance between the given set of coordinates. 3-D specialization. More... | |
Eucliden distance function.
Definition at line 53 of file DTK_EuclideanDistance.hpp.
|
inline |
Compute Euclidean distance between the given set of coordinates. 1-D specialization.
Definition at line 54 of file DTK_EuclideanDistance_impl.hpp.
|
inline |
Compute Euclidean distance between the given set of coordinates. 2-D specialization.
Definition at line 66 of file DTK_EuclideanDistance_impl.hpp.
|
inline |
Compute Euclidean distance between the given set of coordinates. 3-D specialization.
Definition at line 80 of file DTK_EuclideanDistance_impl.hpp.