Go to the source code of this file.
|
struct | mfem::KDTreeNorms::Norm_l1< Tfloat, ndim > |
| Evaluates l1 norm of a vector. More...
|
|
struct | mfem::KDTreeNorms::Norm_l2< Tfloat, ndim > |
| Evaluates l2 norm of a vector. More...
|
|
struct | mfem::KDTreeNorms::Norm_li< Tfloat, ndim > |
| Finds the max absolute value of a vector. More...
|
|
class | mfem::KDTreeBase< Tindex, Tfloat > |
| Abstract base class for KDTree. Can be used when the dimension of the space is known dynamically. More...
|
|
class | mfem::KDTree< Tindex, Tfloat, ndim, Tnorm > |
|
struct | mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::PointND |
|
struct | mfem::KDTree< Tindex, Tfloat, ndim, Tnorm >::NodeND |
| Structure defining a node in the KDTree. More...
|
|