Click or drag to resize

TridiagonalMatrix Properties

The TridiagonalMatrix type exposes the following members.

Properties
 NameDescription
Public propertyColumnCount Returns the number of columns.
(Inherited from BaseMatrix)
Public propertyIsSquare Gets a value indicating if the matrix is square.
(Inherited from BaseMatrix)
Public propertyItem
(Overrides BaseMatrixItemInt32, Int32)
Public propertyRowCount Returns the number of rows.
(Inherited from BaseMatrix)
Public propertyTraceReturns the trace of the matrix.
(Inherited from BaseMatrix)
Top
See Also