public sealed class ComplexColumnVector : AnyMatrix<Complex>,
IReadOnlyList<Complex>, IEnumerable<Complex>, IEnumerable,
IReadOnlyCollection<Complex>
Public NotInheritable Class ComplexColumnVector
Inherits AnyMatrix(Of Complex)
Implements IReadOnlyList(Of Complex), IEnumerable(Of Complex),
IEnumerable, IReadOnlyCollection(Of Complex)
public ref class ComplexColumnVector sealed : public AnyMatrix<Complex>,
IReadOnlyList<Complex>, IEnumerable<Complex>, IEnumerable,
IReadOnlyCollection<Complex>
[<SealedAttribute>]
type ComplexColumnVector =
class
inherit AnyMatrix<Complex>
interface IReadOnlyList<Complex>
interface IEnumerable<Complex>
interface IEnumerable
interface IReadOnlyCollection<Complex>
end
ComplexColumnVector(Complex) | Initializes a new complex column vector with the given components. |
ComplexColumnVector(Int32) | Initializes a new complex column vector with the given dimension. |
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) |
Copy | Returns a copy of the complex column vector. |
Equals(AnyMatrixT) |
Determines whether the given matrix equals the current matrix.
(Inherited from AnyMatrixT) |
Equals(Object) |
Determines whether the given object is an equal 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) |
Multiply(AnyRectangularMatrix, ComplexColumnVector) | Multiplies a real matrix by a complex column vector. |
Multiply(Complex, ComplexColumnVector) | Multiplies a complex column vector by a complex constant. |