CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InterpolationFunctorInstances.h
Go to the documentation of this file.
1 #ifndef NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
2 #define NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
3 
17 
18 namespace npstat {
19  typedef StorableInterpolationFunctor<double,DualAxis>
21 
24 
27 
30 
33 
36 }
37 
38 #endif // NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
39 
Represent both equidistant and non-uniform coordinate sets for rectangular grids. ...
StorableInterpolationFunctor< double, UniformAxis > DoubleUAInterpolationFunctor
StorableInterpolationFunctor< float, DualAxis > FloatInterpolationFunctor
StorableInterpolationFunctor< float, UniformAxis > FloatUAInterpolationFunctor
StorableInterpolationFunctor< float, GridAxis > FloatNUInterpolationFunctor
Storable multivariate functor represented by a multilinear interpolation/extrapolation table...
StorableInterpolationFunctor< double, GridAxis > DoubleNUInterpolationFunctor
StorableInterpolationFunctor< double, DualAxis > DoubleInterpolationFunctor