ASL  0.1.7
Advanced Simulation Library
Public Member Functions | List of all members
asl::LinearSpline Class Reference

Linear spline function. More...

#include <aslInterpolation.h>

Public Member Functions

template<typename T >
operator (T x, T r0)
 

Detailed Description

Linear spline function.

this class defines a spline function \( (1-|x/r_0|),~~~ |x|<r_0 \)

linearS.png

Definition at line 53 of file aslInterpolation.h.

Member Function Documentation

◆ operator()

template<typename T >
T asl::LinearSpline::operator ( x,
r0 
)
inline

Definition at line 56 of file aslInterpolation.h.


The documentation for this class was generated from the following file: