The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Spline.argmax
mir
interpolate
spline
Spline
import mir.interpolate.spline;
struct
Spline
(F, size_t N = 1, X = F)
extern (
D
)
@
fmamath
static if
(
N == 1
)
alias
argmax
=
argminImpl
!"a > b"
Return Value
spline argmax on the interpolation interval Note: defined only for 1D splines
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