Click or drag to resize

BandMatrix Properties

The BandMatrix 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.
(Inherited from BaseBandMatrix)
Public propertyLowerBandWidth Number of bands below the main diagonal (lowerBandWidth)
(Inherited from BaseBandMatrix)
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)
(Inherited from BaseBandMatrix)
Top
See Also