Complex

Generic complex number type

Members

Functions

opAssign
Complex opAssign(Complex!R rhs)
opAssign
Complex opAssign(F rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(Complex!R rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(Complex!R rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(Complex!R rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(Complex!R rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(R rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(R rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(R rhs)
opBinary
Complex!(CommonType!(T, R)) opBinary(R rhs)
opBinaryRight
Complex!(CommonType!(T, R)) opBinaryRight(R rhs)
opBinaryRight
Complex!(CommonType!(T, R)) opBinaryRight(R rhs)
opBinaryRight
Complex!(CommonType!(T, R)) opBinaryRight(R rhs)
opBinaryRight
Complex!(CommonType!(T, R)) opBinaryRight(R rhs)
opCast
R opCast()
opEquals
bool opEquals(Complex rhs)
opEquals
bool opEquals(Complex!R rhs)
opEquals
bool opEquals(F rhs)
opOpAssign
Complex opOpAssign(Complex!R rhs)
opOpAssign
Complex opOpAssign(Complex!R rhs)
opOpAssign
Complex opOpAssign(Complex!R rhs)
opOpAssign
Complex opOpAssign(R rhs)
opOpAssign
Complex opOpAssign(R rhs)
opOpAssign
Complex opOpAssign(R rhs)
opOpAssign
Complex opOpAssign(R rhs)
opUnary
Complex opUnary()
opUnary
Complex opUnary()
toHash
size_t toHash()

Variables

im
T im;

Imaginary part. Default value is zero.

re
T re;

Real part. Default value is zero.

Meta