mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
CubicKernel.opCall
mir
interpolate
utility
CubicKernel
Evaluates a cubic kernel of type T, optionally returning its derivative when derivative > 0.
struct
CubicKernel
(T)
const
@
fmamath
auto
opCall
(
uint
derivative
= 0
)
(
T
x
)
if
(
derivative
<= 3
)
mir
interpolate
utility
CubicKernel
aliases
withDerivative
withTwoDerivatives
constructors
this
functions
opCall
static functions
fromSecondAndFirstDerivative
variables
a
b
c
d
Evaluates a cubic kernel of type T, optionally returning its derivative when derivative > 0.