The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SplineKernel
mir
interpolate
spline
@
fmamath
struct
SplineKernel (
X
) {
X
step
;
X
w0
;
X
w1
;
X
wq
;
this
(X x0, X x1, X x);
template
opCall
(uint derivative = 0)
;
alias
withDerivative
=
opCall
!
1
;
alias
withTwoDerivatives
=
opCall
!
2
;
}
Constructors
this
this
(X x0, X x1, X x)
Members
Aliases
withDerivative
alias
withDerivative
=
opCall
!
1
withTwoDerivatives
alias
withTwoDerivatives
=
opCall
!
2
Templates
opCall
template
opCall
(uint derivative = 0)
Meta
Source
See Implementation
mir
interpolate
spline
enums
SplineConvexity
functions
metaSpline
splineSlopes
structs
MetaSpline
Spline
SplineBoundaryCondition
SplineConfiguration
SplineKernel
SplineSymmetricConfiguration
templates
spline