Complex | 
The ComplexVector type exposes the following members.
| Name | Description | |
|---|---|---|
| ComplexVector(Complex) | Initializes a new instance of the Vector class that contains elements copied from the specified array. | |
| ComplexVector(Int32) | Initializes a new instance of the VectorComplex class of the given size. | |
| ComplexVector(VectorType, Complex) | Initializes a new instance of the Vector class that contains elements copied from the specified array. | |
| ComplexVector(VectorType, Int32) | Initializes a new instance of the Vector class of the given size and type. | 
| Name | Description | |
|---|---|---|
| Item | Gets or sets the element at the specified index. | |
| Length | Returns the number of rows. | |
| Type | 
| 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 | |
|---|---|---|
| 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. | 
| Name | Description | |
|---|---|---|
| GetEnumNames | (Defined by General)  | |
| IsValidDouble | (Defined by General)  |