SMILX
1.01
|
This is the complete list of members for milx::Math< Type >, including all inherited members.
Centroid(const vnl_vector< Type > &data) | milx::Math< Type > | static |
Centroid(const vnl_matrix< Type > &data) | milx::Math< Type > | static |
Centroid(vtkPoints *points) | milx::Math< Type > | static |
CentroidSize(const vnl_matrix< Type > &data, const vnl_vector< Type > ¢roid, bool norm=false) | milx::Math< Type > | static |
CentroidSize(vtkPoints *points, const vnl_vector< Type > ¢roid, bool norm=false) | milx::Math< Type > | static |
CovarianceMatrix(vnl_vector< Type > sourceVector) | milx::Math< Type > | static |
CovarianceMatrix(vnl_vector< Type > sourceVector, vnl_vector< Type > targetVector) | milx::Math< Type > | static |
CovarianceMatrix(const vnl_matrix< Type > &data, const vnl_vector< Type > ¢roid) | milx::Math< Type > | static |
CovarianceMatrix(const vnl_matrix< Type > &data) | milx::Math< Type > | static |
CovarianceMatrix(vtkPoints *points, const vnl_vector< Type > ¢roid) | milx::Math< Type > | static |
MahalanobisDistance(const vnl_vector< Type > &source, const vnl_vector< Type > &target) | milx::Math< Type > | static |
MahalanobisDistance(const vnl_vector< Type > &target, const vnl_vector< Type > &mean, const vnl_matrix< Type > &invCovMatrix) | milx::Math< Type > | static |
MahalanobisDistance(const vnl_vector< Type > &target, const vnl_vector< Type > &mean, const vnl_matrix< Type > &covMatrix, vnl_matrix< Type > &invCovMatrix) | milx::Math< Type > | static |
MeanSquaredError(vtkPoints *sourcePoints, vtkPoints *targetPoints) | milx::Math< Type > | static |