LinearDependence

Undocumented in source.
class LinearDependence : DerivativeFunction!T(
T
) if (
isFloatingPoint!T
) {}

Constructors

this
this(T k)
Undocumented in source.

Members

Functions

dx
T dx(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
T opCall(T x)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

k
T k;
Undocumented in source.

Meta