ASL 0.1.7
Advanced Simulation Library
Loading...
Searching...
No Matches
asl::QuadraticSpline Class Reference

Quadratic spline function. More...

#include <aslInterpolation.h>

Public Member Functions

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

Detailed Description

Quadratic spline function.

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

Definition at line 69 of file aslInterpolation.h.

Member Function Documentation

◆ operator() [1/2]

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

Definition at line 72 of file aslInterpolation.h.

◆ operator() [2/2]

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

Definition at line 72 of file aslInterpolation.h.


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