antioch-0.4.0
List of all members | Public Member Functions
Antioch::AntiochPrivate::GSLSplinerPolicy< B > Struct Template Reference

Default GSLSpliner policy. More...

#include <gsl_spliner_policy.h>

Public Member Functions

template<typename Scalar >
Scalar interpolation (const Scalar &x, const GSLSplinerShim &gsl_shim)
 
template<typename Scalar >
Scalar dinterpolation (const Scalar &x, const GSLSplinerShim &gsl_shim)
 

Detailed Description

template<bool B>
struct Antioch::AntiochPrivate::GSLSplinerPolicy< B >

Default GSLSpliner policy.

The default is for scalar inputs

Definition at line 41 of file gsl_spliner_policy.h.

Member Function Documentation

template<bool B>
template<typename Scalar >
Scalar Antioch::AntiochPrivate::GSLSplinerPolicy< B >::dinterpolation ( const Scalar &  x,
const GSLSplinerShim &  gsl_shim 
)
inline

Definition at line 48 of file gsl_spliner_policy.h.

49  {return gsl_shim.eval_deriv(x);}
template<bool B>
template<typename Scalar >
Scalar Antioch::AntiochPrivate::GSLSplinerPolicy< B >::interpolation ( const Scalar &  x,
const GSLSplinerShim &  gsl_shim 
)
inline

Definition at line 44 of file gsl_spliner_policy.h.

45  {return gsl_shim.eval(x);}

The documentation for this struct was generated from the following file:

Generated on Thu Jul 7 2016 11:09:50 for antioch-0.4.0 by  doxygen 1.8.8