SplineKernel

Struct that stores step, w0, and w1 parameters for a spline kernel.

Constructors

this
this(X x0, X x1, X x)

Members

Aliases

withDerivative
alias withDerivative = opCall!1
withTwoDerivatives
alias withTwoDerivatives = opCall!2

Templates

opCall
template opCall(uint derivative = 0)