descore v1.0.4 (2014-11-02T14:23:15Z)
Dub
Repo
LinearDependence
des
isys
neiro
func
Undocumented in source.
class
LinearDependence : DerivativeFunction!T(
T
)
if
(
isFloatingPoint
!
T
) {
T
k
;
this
(T k);
T
opCall
(T x);
T
dx
(T x);
}
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
Source
See Implementation
des
isys
neiro
func
classes
AtanSigmoid
ExponentialSigmoid
HeavisideFunction
HeavisideMeanFunction
LinearDependence
RationalSigmoid
interfaces
DerivativeFunction
Function