|
ALFI
Advanced Library for Function Interpolation
|
Go to the source code of this file.
Namespaces | |
| namespace | alfi |
| namespace | alfi::util |
| namespace | alfi::util::spline |
Functions | |
| template<typename Number = DefaultNumber, template< typename, typename... > class Container = DefaultContainer> | |
| Container< Number > | alfi::util::spline::simple_spline (const Container< Number > &X, const Container< Number > &Y, SizeT degree) |