Lagrange.normalizedValues

struct Lagrange(T, uint maxAdditionalFunctions = 0, X = T)
@safe pure @nogc extern (D) scope const @property ref
@optmath
const(RCArray!T)[maxAdditionalFunctions + 1]
normalizedValues
()
if (
isFloatingPoint!T &&
maxAdditionalFunctions < 16
)

Meta