The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Spline.opBinary
mir
interpolate
spline
Spline
Note: defined only for 1D splines
struct
Spline
(F, size_t N = 1, X = F)
extern (
D
) @
trusted
const
@
fmamath
static if
(
N == 1
)
Spline
opBinary
(
string
op
)
(
const
Spline
rhs
)
if
(
op
== "+" ||
op
== "-"
)
if
(
N
&&
N
<= 6
)
Meta
Source
See Implementation
mir
interpolate
spline
Spline
aliases
argmax
argmin
withDerivative
withTwoDerivatives
constructors
this
functions
_computeDerivatives
_computeDerivativesTemp
_values
grid
gridScopeView
gridShape
intervalCount
lightConst
lightImmutable
opBinary
templates
opCall
variables
_data
_grid
convexity
derivativeOrder
Note: defined only for 1D splines