mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
CubicKernel.fromSecondAndFirstDerivative
mir
interpolate
utility
CubicKernel
struct
CubicKernel
(T)
static
@
optmath
CubicKernel
fromSecondAndFirstDerivative
(
T
x0
,
T
x1
,
T
y0
,
T
y1
,
T
dd0
,
T
d1
)
Parameters
x0
T
x0
x1
T
x1
y0
T
f(x0)
y1
T
f(x1)
dd0
T
f''(x0)
d1
T
f'(x1)
Meta
Source
See Implementation
mir
interpolate
utility
CubicKernel
aliases
withDerivative
withTwoDerivatives
constructors
this
functions
opCall
static functions
fromSecondAndFirstDerivative
variables
a
b
c
d