Spline.argmax

Computes the point where the 1D spline attains its maximum on the interpolation interval.

struct Spline(F, size_t N = 1, X = F)
extern (D)
@fmamath
static if(N == 1)
alias argmax = argminImpl!"a > b"

Return Value

spline argmax on the interpolation interval Note: defined only for 1D splines