ComplexColumnVector Class |
Namespace: Meta.Numerics.Matrices
The ComplexColumnVector type exposes the following members.
Name | Description | |
---|---|---|
ComplexColumnVector(Int32) |
Initializes a new complex column vector with the given dimension.
| |
ComplexColumnVector(Complex) |
Initializes a new complex column vector with the given components.
|
Name | Description | |
---|---|---|
ColumnCount |
Gets the number of matrix columns.
(Overrides AnyMatrixTColumnCount.) | |
Dimension |
Gets the dimension of the complex column vector.
| |
IsReadOnly |
Gets a flag indicating whether the matrix is read-only.
(Inherited from AnyMatrixT.) | |
ItemInt32 |
Gets or sets the specified vector component.
| |
ItemInt32, Int32 |
Gets or sets the value of a matrix entry.
(Overrides AnyMatrixTItemInt32, Int32.) | |
RowCount |
Gets the number of matrix rows.
(Overrides AnyMatrixTRowCount.) |
Name | Description | |
---|---|---|
Copy |
Returns a copy of the complex column vector.
| |
Equals(Object) |
Determines whether the given object is an equal matrix.
(Inherited from AnyMatrixT.) | |
Equals(AnyMatrixT) |
Determines whether the given matrix equals the current matrix.
(Inherited from AnyMatrixT.) | |
Fill |
Sets all matrix entries according to a supplied fill function.
(Inherited from AnyMatrixT.) | |
GetHashCode |
Not a valid operation.
(Inherited from AnyMatrixT.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToArray |
Copies the matrix into an array.
(Inherited from AnyMatrixT.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Multiply(AnyRectangularMatrix, ComplexColumnVector) |
Multiplies a real matrix by a complex column vector.
| |
Multiply(Complex, ComplexColumnVector) |
Multiplies a complex column vector by a complex constant.
|