mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
MetaSpline.this
mir
interpolate
spline
MetaSpline
Constructs a MetaSpline from an immutable array of grid points given as a RCArray.
struct
MetaSpline
(T, X)
this
(
RCArray
!(immutable
X
)
grid
,
RCArray
!(const
T
)
data
,
SplineConfiguration
!
F
configuration
)
mir
interpolate
spline
MetaSpline
aliases
withDerivative
withTwoDerivatives
constructors
this
functions
gridScopeView
intervalCount
lightConst
opEquals
templates
opCall
variables
configuration
data
derivativeOrder
dimensionCount
Constructs a MetaSpline from an immutable array of grid points given as a RCArray.