Skip to content

Class cip::LinearInterp2D

template <typename T>

ClassList > cip > LinearInterp2D

Inherits the following classes: cip::LinearInterpND

Public Functions

Type Name
LinearInterp2D (const Vector & x, const Vector & y, const Vector2 & f)
~LinearInterp2D ()

Public Functions inherited from cip::LinearInterpND

See cip::LinearInterpND

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 LinearInterp2D

inline explicit cip::LinearInterp2D::LinearInterp2D (
    const Vector & x,
    const Vector & y,
    const Vector2 & f
) 

function ~LinearInterp2D

inline cip::LinearInterp2D::~LinearInterp2D () 


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