Represents a band matrix in compact storage format (stored as a linear array).
Constructor | Description |
Full Usage:
DoubleBandMatrix(rows, cols, lowerBands, upperBands)
Parameters:
int
-
Number of rows.
cols : int
-
Number of columns
lowerBands : int
-
Lower bandwidth.
upperBands : int
-
Upper bandwidth.
|
|
Instance member | Description |
Full Usage:
this.ColumnCount
Returns: int
Modifiers: abstract |
|
Full Usage:
this.[arg1, arg2]
Parameters:
int
Returns: int
Modifiers: abstract |
|
Full Usage:
this.RowCount
Returns: int
Modifiers: abstract |
|