suanPan
Loading...
Searching...
No Matches
interpolation Namespace Reference

Functions

template<typename T >
Row< Tlinear (const T X, const T Y)
 
template<typename T >
Row< Tlinear (const T X, const T Y, const T Z)
 
template<typename T >
Row< Tlinear (const Col< T > &C)
 
template<typename T >
Row< Tquadratic (const T X, const T Y)
 
template<typename T >
Row< Tquadratic (const Col< T > &C)
 
template<typename T >
Row< Tcubic (const T X, const T Y)
 
template<typename T >
Row< Tcubic (const Col< T > &C)
 

Function Documentation

◆ cubic() [1/2]

template<typename T >
Row< T > interpolation::cubic ( const Col< T > & C)
Here is the call graph for this function:

◆ cubic() [2/2]

template<typename T >
Row< T > interpolation::cubic ( const T X,
const T Y )
Here is the caller graph for this function:

◆ linear() [1/3]

template<typename T >
Row< T > interpolation::linear ( const Col< T > & C)
Here is the call graph for this function:

◆ linear() [2/3]

template<typename T >
Row< T > interpolation::linear ( const T X,
const T Y )
Here is the caller graph for this function:

◆ linear() [3/3]

template<typename T >
Row< T > interpolation::linear ( const T X,
const T Y,
const T Z )

◆ quadratic() [1/2]

template<typename T >
Row< T > interpolation::quadratic ( const Col< T > & C)
Here is the call graph for this function:

◆ quadratic() [2/2]

template<typename T >
Row< T > interpolation::quadratic ( const T X,
const T Y )
Here is the caller graph for this function: