The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
CubicKernel.fromSecondAndFirstDerivative
mir
interpolate
utility
CubicKernel
struct
CubicKernel
(T)
static
@
fmamath
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