ASL
0.1.7
Advanced Simulation Library
|
Qubic spline function. More...
#include <aslInterpolation.h>
Public Member Functions | |
template<typename T > | |
T | operator (T x, T r0) |
Qubic spline function.
this class defines a spline function \( (1-|x|/r_0)^3,~~~ |x|<r_0 \)
Definition at line 105 of file aslInterpolation.h.
|
inline |
Definition at line 108 of file aslInterpolation.h.