CubicKernel.opCall

Evaluates a cubic kernel of type T, optionally returning its derivative when derivative > 0.

struct CubicKernel(T)
const
@fmamath
opCall
(
uint derivative = 0
)
(
T x
)
if (
derivative <= 3
)