suanPan
|
Functions | |
template<typename T > | |
Row< T > | linear (const T X, const T Y) |
template<typename T > | |
Row< T > | linear (const T X, const T Y, const T Z) |
template<typename T > | |
Row< T > | linear (const Col< T > &C) |
template<typename T > | |
Row< T > | quadratic (const T X, const T Y) |
template<typename T > | |
Row< T > | quadratic (const Col< T > &C) |
template<typename T > | |
Row< T > | cubic (const T X, const T Y) |
template<typename T > | |
Row< T > | cubic (const Col< T > &C) |
Row< T > interpolation::cubic | ( | const Col< T > & | C | ) |
Row< T > interpolation::cubic | ( | const T | X, |
const T | Y | ||
) |
Row< T > interpolation::linear | ( | const Col< T > & | C | ) |
Row< T > interpolation::linear | ( | const T | X, |
const T | Y | ||
) |
Row< T > interpolation::linear | ( | const T | X, |
const T | Y, | ||
const T | Z | ||
) |
Row< T > interpolation::quadratic | ( | const Col< T > & | C | ) |
Row< T > interpolation::quadratic | ( | const T | X, |
const T | Y | ||
) |