The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Lagrange.opCall
mir
interpolate
polynomial
Lagrange
Undocumented in source.
auto
opCall
(T x)
template
opCall
(uint derivative = 0)
extern (
D
) @
safe
pure @
nogc
scope const pragma(
inline
, false)
@
fmamath
auto
opCall
(
T
x
)
if
(
derivative
<=
maxAdditionalFunctions
)
auto
opCall
(Tuple!(size_t, T) tuple)
Members
Functions
opCall
auto
opCall
(T x)
opCall
auto
opCall
(Tuple!(size_t, T) tuple)
Meta
Source
See Implementation
mir
interpolate
polynomial
Lagrange
aliases
withDerivative
withTwoDerivatives
constructors
this
functions
lightConst
lightImmutable
properties
asums
grid
gridScopeView
intervalCount
inversedBarycentricWeights
normalizedValues
templates
opCall
variables
_asums
_grid
_inversedBarycentricWeights
_normalizedValues
derivativeOrder
dimensionCount