|
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) |