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