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

Qubic spline function. More...

#include <aslInterpolation.h>

Public Member Functions

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

Detailed Description

Qubic spline function.

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

qubicS.png

Definition at line 87 of file aslInterpolation.h.

Member Function Documentation

◆ operator()

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

Definition at line 90 of file aslInterpolation.h.


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