Complex |
The ComplexVector type exposes the following members.
Name | Description | |
---|---|---|
Add(Complex) | Add a complex number to all elements of this vector. | |
Add(ComplexVector) | Add a VectorComplex. | |
AddInplace(Complex) | In place add a scalar to all elements of this vector. | |
AddInplace(ComplexVector) | In place add a VectorComplex. | |
Conjugate | Conjugate this vector. | |
ConjugateInplace | In place conjugation of this vector. | |
Multiply | Multiply a scalar to all elements of this vector. | |
MultiplyInplace | In place multiply this vector with a scalar. | |
Norm1 | Calculate the 1-norm of the vector. | |
Subtract(Complex) | Subtract a scalar to all elements of this vector. | |
Subtract(ComplexVector) | Subtract a VectorComplex. | |
SubtractInplace(Complex) | In place subtract a scalar to all elements of this vector. | |
SubtractInplace(ComplexVector) | In place add a VectorComplex. | |
Transpose | Transposed vector. | |
UnaryMinus | Unary minus this vector. | |
UnaryMinusInplace | In place unary minus of this vector. | |
VectorToString | Returns the equivalent string representation of the vector. |
Name | Description | |
---|---|---|
GetEnumNames | (Defined by General) | |
IsValidDouble | (Defined by General) |