TridiagonalMatrix Properties

Properties

ColumnCount Gets the number of matrix columns.
(Inherited from AnySquareMatrix)
Dimension Gets the dimension of the matrix.
(Overrides AnySquareMatrixDimension)
IsReadOnly Gets a flag indicating whether the matrix is read-only.
(Inherited from AnyMatrixT)
Item Gets or sets a matrix element.
(Overrides AnyMatrixTItemInt32, Int32)
RowCount Gets the number of matrix rows.
(Inherited from AnySquareMatrix)
Transpose Creates a transpose of the matrix.

See Also