MFEM v2.0
|
#include <math.h>
#include "../general/array.hpp"
Go to the source code of this file.
Classes | |
class | Vector |
Vector data type. More... | |
Functions | |
double | Distance (const double *x, const double *y, const int n) |
double Distance | ( | const double * | x, |
const double * | y, | ||
const int | n | ||
) | [inline] |
Definition at line 247 of file vector.hpp.
Referenced by Vector::DistanceTo(), and GridFunction::ProjectCoefficient().