The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Spline._values
mir
interpolate
spline
Spline
Assigns function values to the internal memory.
For internal use.
struct
Spline
(F, size_t N = 1, X = F)
extern (
D
) scope @
property
@
trusted
@
fmamath
void
_values
(
SliceKind
kind
Iterator
)
(
Slice
!(
Iterator
,
N
,
kind
)
values
)
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
Assigns function values to the internal memory. For internal use.