Complex |
The ComplexVector type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(ComplexVector, ComplexVector) | Vector addition. |
![]() ![]() | (ComplexVector to ComplexMatrix) | Implicit Vector to Matrix conversion. |
![]() ![]() | Multiply(Complex, ComplexVector) | Scalar-Vector multiplication. |
![]() ![]() | Multiply(ComplexVector, Complex) | Vector-Scalar multiplication. |
![]() ![]() | Subtraction(ComplexVector, ComplexVector) | Vector subtraction. |
![]() ![]() | UnaryNegation(ComplexVector) | Unary minus. |