Distance metrics declaration.  
More...
#include <Eigen/Dense>
Go to the source code of this file.
 | 
| 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  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
template<typename Derived > 
  
  
      
        
          | bool is_finite  | 
          ( | 
          const Eigen::MatrixBase< Derived > &  | 
          x | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
template<typename Derived > 
  
  
      
        
          | bool is_nan  | 
          ( | 
          const Eigen::MatrixBase< Derived > &  | 
          x | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
      
        
          | double mahalanobis  | 
          ( | 
          Vector2d &  | 
          y,  | 
        
        
           | 
           | 
          Vector2d &  | 
          mean,  | 
        
        
           | 
           | 
          Matrix2d &  | 
          cov  | 
        
        
           | 
          ) | 
           |  |