DoubleBandMatrix Type

Represents a band matrix in compact storage format (stored as a linear array).

Constructors

Constructor Description

DoubleBandMatrix(rows, cols, lowerBands, upperBands)

Full Usage: DoubleBandMatrix(rows, cols, lowerBands, upperBands)

Parameters:
    rows : int - Number of rows.
    cols : int - Number of columns
    lowerBands : int - Lower bandwidth.
    upperBands : int - Upper bandwidth.

Initializes a new instance of the DoubleBandMatrix class.

rows : int

Number of rows.

cols : int

Number of columns

lowerBands : int

Lower bandwidth.

upperBands : int

Upper bandwidth.

Instance members

Instance member Description

this.ColumnCount

Full Usage: this.ColumnCount

Returns: int
Modifiers: abstract

Returns: int

this.[arg1, arg2]

Full Usage: this.[arg1, arg2]

Parameters:
    arg0 : int

Returns: int
Modifiers: abstract

arg0 : int
Returns: int

this.RowCount

Full Usage: this.RowCount

Returns: int
Modifiers: abstract

Returns: int