Click or drag to resize

ColumnVector Properties

The ColumnVector type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
Gets the number of matrix columns.
(Overrides AnyMatrix<T>.ColumnCount.)
Public propertyDimension
Gets the dimension of the vector.
(Inherited from AnyVector.)
Public propertyIsReadOnly
Gets a flag indicating whether the matrix is read-only.
(Inherited from AnyMatrix<T>.)
Public propertyItem[Int32]
Gets or sets the specified vector component.
(Inherited from AnyVector.)
Public propertyItem[Int32, Int32]
Gets or sets the value of a matrix entry.
(Overrides AnyMatrix<T>.Item[Int32, Int32].)
Public propertyRowCount
Gets the number of matrix rows.
(Overrides AnyMatrix<T>.RowCount.)
Public propertyTranspose
Returns the transpose of the column vector.
Top
See Also