Skip to content

Class cip::LinearInterpND< T, 1 >

template <typename T>

ClassList > cip > LinearInterpND< T, 1 >

Inherited by the following classes: cip::LinearInterp1D

Public Functions

Type Name
LinearInterpND (const Vector & _f, const Vector & _x)
void build (const Vector & x, const Vector & f)
T eval (const T xi) const
Vector evaln (const Vector & xi) const
~LinearInterpND ()

Public Functions Documentation

function LinearInterpND

inline cip::LinearInterpND< T, 1 >::LinearInterpND (
    const Vector & _f,
    const Vector & _x
) 

function build

inline void cip::LinearInterpND< T, 1 >::build (
    const Vector & x,
    const Vector & f
) 

function eval

inline T cip::LinearInterpND< T, 1 >::eval (
    const T xi
) const

function evaln

inline Vector cip::LinearInterpND< T, 1 >::evaln (
    const Vector & xi
) const

function ~LinearInterpND

inline cip::LinearInterpND< T, 1 >::~LinearInterpND () 


The documentation for this class was generated from the following file include/linear_interp.hpp