import mir.interpolate.polynomial;
struct Lagrange(T, uint maxAdditionalFunctions = 0, X = T)
extern (
D) @
safe pure @
nogc scope const
@fmamath
static if(maxAdditionalFunctions)
static if(maxAdditionalFunctions > 1)
alias withTwoDerivatives =
opCall!2