Skip to content

Class cip::LinearInterp1D

template <typename T>

ClassList > cip > LinearInterp1D

Inherits the following classes: cip::LinearInterpND< T, 1 >

Public Functions

Type Name
LinearInterp1D (const Vector & x, const Vector & f)
~LinearInterp1D ()

Public Functions inherited from cip::LinearInterpND< T, 1 >

See cip::LinearInterpND< T, 1 >

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 LinearInterp1D

inline explicit cip::LinearInterp1D::LinearInterp1D (
    const Vector & x,
    const Vector & f
) 

function ~LinearInterp1D

inline cip::LinearInterp1D::~LinearInterp1D () 


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