Skip to content

Class cip::LinearInterpND

template <typename T, std::size_t N>

ClassList > cip > LinearInterpND

Public Functions

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

Public Functions Documentation

function LinearInterpND

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

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 ~LinearInterpND

inline cip::LinearInterpND::~LinearInterpND () 


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