The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
Lagrange.withDerivative
mir
interpolate
polynomial
Lagrange
import mir.interpolate.polynomial;
struct
Lagrange
(T, uint maxAdditionalFunctions = 0, X = T)
extern (
D
) @
safe
pure @
nogc
scope const
@
fmamath
static if
(
maxAdditionalFunctions
)
alias
withDerivative
=
opCall
!1
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