Tridiagonal |
The TridiagonalMatrix type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnCount |
Returns the number of columns.
(Inherited from BaseMatrix) |
![]() | IsSquare |
Gets a value indicating if the matrix is square.
(Inherited from BaseMatrix) |
![]() | Item | (Overrides BaseMatrixItemInt32, Int32) |
![]() | RowCount |
Returns the number of rows.
(Inherited from BaseMatrix) |
![]() | Trace | Returns the trace of the matrix. (Inherited from BaseMatrix) |