Jpp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
JFunctionalMap_t.hh File Reference

Various implementations of functional maps. More...

#include "JTools/JDistance.hh"
#include "JTools/JMap.hh"
#include "JTools/JGridMap.hh"
#include "JTools/JPolint.hh"
#include "JTools/JSpline.hh"
#include "JTools/JResult.hh"

Go to the source code of this file.

Classes

struct  JTOOLS::JSplineFunctionalMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a spline interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JSplineFunctionalGridMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a spline interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint0FunctionalMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a zero degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint1FunctionalMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a 1st degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint2FunctionalMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a 2nd degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint3FunctionalMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a 3rd degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint0FunctionalGridMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a zero degree polynomial interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint1FunctionalGridMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a 1st degree polynomial interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint2FunctionalGridMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a 2nd degree polynomial interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint3FunctionalGridMap< JKey_t, JValue_t, JDistance_t >
 Type definition of a 3rd degree polynomial interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JSplineFunctionalMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a spline interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JSplineFunctionalGridMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a spline interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint0FunctionalMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a zero degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint1FunctionalMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a 1st degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint2FunctionalMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a 2nd degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint3FunctionalMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a 3rd degree polynomial interpolation based on a JMap implementation. More...
 
struct  JTOOLS::JPolint0FunctionalGridMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a zero degree polynomial interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint1FunctionalGridMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a 1st degree polynomial interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint2FunctionalGridMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a 2nd degree polynomial interpolation based on a JGridMap implementation. More...
 
struct  JTOOLS::JPolint3FunctionalGridMapH< JKey_t, JValue_t, JDistance_t >
 Type definition of a 3rd degree polynomial interpolation based on a JGridMap implementation. More...
 

Namespaces

 JTOOLS
 Auxiliary classes and methods for multi-dimensional interpolations and histograms.
 
 JPP
 

Detailed Description

Various implementations of functional maps.

Author
mdejong

Definition in file JFunctionalMap_t.hh.