Distance metrics declaration. More...
#include <Eigen/Dense>

Go to the source code of this file.
Functions | |
| double | biVariatePDF (Vector2d &x, Vector2d &m, Matrix2d &cov) |
| template<typename Derived > | |
| bool | is_finite (const Eigen::MatrixBase< Derived > &x) |
| template<typename Derived > | |
| bool | is_nan (const Eigen::MatrixBase< Derived > &x) |
| double | mahalanobis (Vector2d &y, Vector2d &mean, Matrix2d &cov) |
Distance metrics declaration.
Definition in file metrics.h.
| double biVariatePDF | ( | Vector2d & | x, | |
| Vector2d & | m, | |||
| Matrix2d & | cov | |||
| ) |
Definition at line 42 of file metrics.cpp.
| bool is_finite | ( | const Eigen::MatrixBase< Derived > & | x | ) | [inline] |
| bool is_nan | ( | const Eigen::MatrixBase< Derived > & | x | ) | [inline] |
| double mahalanobis | ( | Vector2d & | y, | |
| Vector2d & | mean, | |||
| Matrix2d & | cov | |||
| ) |
Definition at line 34 of file metrics.cpp.