Classes
vpdt_norm_metric.h File Reference

Metrics derived from norms. More...

#include <limits>
#include <cmath>
#include <vpdl/vpdt/vpdt_field_traits.h>
#include <vpdl/vpdt/vpdt_access.h>
#include <vpdl/vpdt/vpdt_eigen_sym_matrix.h>
#include <cassert>

Go to the source code of this file.

Classes

struct  vpdt_norm_metric< F, Tensor, Disambiguate >
 A metric in field F with metric tensor Tensor. More...
 
struct  vpdt_norm_metric< F, typename vpdt_eigen_sym_matrix_gen< F >::type, typename vpdt_field_traits< F >::type_is_vector >
 A metric in field F with vpdt_eigen_sym_matrix covariance. More...
 
struct  vpdt_norm_metric< F, typename vpdt_field_traits< F >::vector_type, typename vpdt_field_traits< F >::type_is_vector >
 A metric in field F with vector (diagonal matrix) covariance. More...
 
struct  vpdt_norm_metric< F, typename vpdt_field_traits< F >::scalar_type, typename vpdt_field_traits< F >::type_is_vector >
 A metric in field F with scalar (scaled identity matrix) covariance. More...
 
struct  vpdt_norm_metric< F, typename vpdt_field_traits< F >::scalar_type, typename vpdt_field_traits< F >::type_is_scalar >
 A metric in field F with scalar variance. More...
 

Detailed Description

Metrics derived from norms.

Author
Matthew Leotta
Date
March 5, 2009
  Modifications
   <None yet>

Definition in file vpdt_norm_metric.h.