Click or drag to resize

BaseBandMatrix Properties

The BaseBandMatrix 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 Returns the value of a element of the matrix.
(Overrides BaseMatrixItemInt32, Int32)
Public propertyLowerBandWidth Number of bands below the main diagonal (lowerBandWidth)
Public propertyRowCount Returns the number of rows.
(Inherited from BaseMatrix)
Public propertyTraceReturns the trace of the matrix.
(Inherited from BaseMatrix)
Public propertyUpperBandWidth Number of bands above the main diagonal (upperBandWidth)
Top
See Also