The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Spline.opCall
mir
interpolate
spline
Spline
auto
opCall
(X xs)
template
opCall
(uint derivative = 0)
extern (
D
) @
trusted
scope const @
trusted
@
fmamath
auto
opCall
(
X
...
)
(
in
X
xs
)
if
(
X.length
==
N
)
if
(
derivative
== 0 ||
derivative
== 1
||
derivative
== 3
)
template
opCall
(uint derivative : 2)
Members
Functions
opCall
auto
opCall
(X xs)
(x)
operator. Complexity:
O(log(points.length))
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