Dual

Dual number representation

Constructors

this
this(T r)
Undocumented in source.
this
this(T r, T d)
Undocumented in source.
this
this(int e)
Undocumented in source.

Members

Functions

cos
Dual!(T) cos()
Undocumented in source. Be warned that the author may not have intended to support it.
exp
Dual!(T) exp()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Dual!(T) opAssign(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Dual!(T) opBinary(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Dual!(T) opBinaryRight(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Dual!(T) opBinaryRight(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Dual!(T) opBinaryRight(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Dual!(T) opBinaryRight(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(double s)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Dual!(T) opOpAssign(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Dual!(T) opOpAssign(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Dual!(T) opOpAssign(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Dual!(T) opOpAssign(Dual!(T) x)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Dual!(T) opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
pow
Dual!(T) pow(T k)
Undocumented in source. Be warned that the author may not have intended to support it.
sin
Dual!(T) sin()
Undocumented in source. Be warned that the author may not have intended to support it.
sqrt
Dual!(T) sqrt()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

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

Variables

du
T du;
Undocumented in source.
re
T re;
Undocumented in source.

Meta