mir-algorithm — Libmir Archive
Libmir Archive
API Reference Index
mir-algorithm Guide
Dlang.org
Lagrange.grid
mir
interpolate
polynomial
Lagrange
Provides a const reference to the grid points used in the Lagrange interpolation.
struct
Lagrange
(T, uint maxAdditionalFunctions = 0, X = T)
extern (
D
) @
safe
pure @
nogc
scope const @
property
ref
@
fmamath
const
(
Slice
!(
RCI
!(immutable
X
)))
grid
(
)
if
(
isFloatingPoint
!
T
&&
maxAdditionalFunctions
< 16
)
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
Provides a const reference to the grid points used in the Lagrange interpolation.