ColumnVector Properties |
The ColumnVector type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount |
Gets the number of matrix columns.
(Overrides AnyMatrix<T>.ColumnCount.) |
![]() | Dimension |
Gets the dimension of the vector.
(Inherited from AnyVector.) |
![]() | IsReadOnly |
Gets a flag indicating whether the matrix is read-only.
(Inherited from AnyMatrix<T>.) |
![]() | Item[Int32] |
Gets or sets the specified vector component.
(Inherited from AnyVector.) |
![]() | Item[Int32, Int32] |
Gets or sets the value of a matrix entry.
(Overrides AnyMatrix<T>.Item[Int32, Int32].) |
![]() | RowCount |
Gets the number of matrix rows.
(Overrides AnyMatrix<T>.RowCount.) |
![]() | Transpose |
Returns the transpose of the column vector.
|