#include "math/hermite.h"
Public Types | |
| using | value_type = T |
Public Member Functions | |
| Hermite (value_type tension=0.0) | |
| void | set (value_type position) |
| value_type | coef (size_t i) const |
| template<class S > | |
| S | value (const S *vals) const |
| template<class S > | |
| S | value (const S &a, const S &b, const S &c, const S &d) const |
| using MR::Math::Hermite< T >::value_type = T |
|
inline |
|
inline |
|
inline |
|
inline |