Lagrange.withDerivative

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