Skip to content

Class cip::LinearInterpND

template <typename T, std::size_t N, IndexMethod IM>

ClassList > cip > LinearInterpND

Inherited by the following classes: cip::LinearInterp

Public Functions

Type Name
LinearInterpND (const F & _f, const Args &... _xi)
LinearInterpND (LinearInterpND &&) = delete
T eval (const Args &... args) const
Vector evaln (const Vectors &... inputs) const
LinearInterpND & operator= (LinearInterpND &&) = delete
~LinearInterpND ()

Public Functions Documentation

function LinearInterpND [1/2]

template<typename... Args>
inline cip::LinearInterpND::LinearInterpND (
    const F & _f,
    const Args &... _xi
) 

function LinearInterpND [2/2]

cip::LinearInterpND::LinearInterpND (
    LinearInterpND &&
) = delete

function eval

template<typename... Args>
inline T cip::LinearInterpND::eval (
    const Args &... args
) const

function evaln

template<typename... Vectors>
inline Vector cip::LinearInterpND::evaln (
    const Vectors &... inputs
) const

function operator=

LinearInterpND & cip::LinearInterpND::operator= (
    LinearInterpND &&
) = delete

function ~LinearInterpND

inline cip::LinearInterpND::~LinearInterpND () 


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