CMS 3D CMS Logo

InterpolationFunctorInstances.h
Go to the documentation of this file.
1 #ifndef NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
2 #define NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
3 
17 
18 namespace npstat {
20 
22 
24 
26 
28 
30 } // namespace npstat
31 
32 #endif // NPSTAT_INTERPOLATIONFUNCTORINSTANCES_HH_
StorableInterpolationFunctor.h
Storable multivariate functor represented by a multilinear interpolation/extrapolation table.
npstat::DoubleNUInterpolationFunctor
StorableInterpolationFunctor< double, GridAxis > DoubleNUInterpolationFunctor
Definition: InterpolationFunctorInstances.h:23
npstat::DoubleInterpolationFunctor
StorableInterpolationFunctor< double, DualAxis > DoubleInterpolationFunctor
Definition: InterpolationFunctorInstances.h:19
npstat::FloatInterpolationFunctor
StorableInterpolationFunctor< float, DualAxis > FloatInterpolationFunctor
Definition: InterpolationFunctorInstances.h:25
npstat
Definition: AbsArrayProjector.h:14
npstat::StorableInterpolationFunctor
Definition: StorableInterpolationFunctor.h:25
npstat::FloatUAInterpolationFunctor
StorableInterpolationFunctor< float, UniformAxis > FloatUAInterpolationFunctor
Definition: InterpolationFunctorInstances.h:27
npstat::FloatNUInterpolationFunctor
StorableInterpolationFunctor< float, GridAxis > FloatNUInterpolationFunctor
Definition: InterpolationFunctorInstances.h:29
npstat::DoubleUAInterpolationFunctor
StorableInterpolationFunctor< double, UniformAxis > DoubleUAInterpolationFunctor
Definition: InterpolationFunctorInstances.h:21
DualAxis.h
Represent both equidistant and non-uniform coordinate sets for rectangular grids.