mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
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)
Variables
step
X
step
;
Undocumented in source.
w0
X
w0
;
Undocumented in source.
w1
X
w1
;
Undocumented in source.
wq
X
wq
;
Undocumented in source.
Meta
Source
See Implementation
mir
interpolate
spline
functions
pchipTail
splineSlopes
structs
Spline
SplineBoundaryCondition
SplineKernel
templates
spline