mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
Lagrange.withDerivative
mir
interpolate
polynomial
Lagrange
Alias for opCall!1 to evaluate the Lagrange polynomial and its first derivative.
struct
Lagrange
(T, uint maxAdditionalFunctions = 0, X = T)
extern (
D
) @
safe
pure @
nogc
scope const
@
fmamath
static if
(
maxAdditionalFunctions
)
alias
withDerivative
=
opCall
!1
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
Alias for opCall!1 to evaluate the Lagrange polynomial and its first derivative.