LinearSmoother.initialize

Initialize the LinearSmoother.

struct LinearSmoother(T)
public nothrow @nogc
void
initialize
if (
is(T == float) ||
is(T == double)
)

Meta