BandDoubleMatrix Type

Constructors

Constructor Description

BandDoubleMatrix(numberOfRows, numberOfColumns, p, q)

Full Usage: BandDoubleMatrix(numberOfRows, numberOfColumns, p, q)

Parameters:
    numberOfRows : int
    numberOfColumns : int
    p : int
    q : int

numberOfRows : int
numberOfColumns : int
p : int
q : int

Instance members

Instance member Description

this.Clear

Full Usage: this.Clear

Modifiers: abstract

this.ColumnCount

Full Usage: this.ColumnCount

Returns: int
Modifiers: abstract

Returns: int

this.CopyFrom

Full Usage: this.CopyFrom

Parameters:
Modifiers: abstract

from : IROMatrix<float>

this.InternalData

Full Usage: this.InternalData

Returns: MatrixWrapperStructForLeftSpineJaggedArray<float>

Returns: MatrixWrapperStructForLeftSpineJaggedArray<float>

this.[arg1, arg2]

Full Usage: this.[arg1, arg2]

Parameters:
    arg0 : int

Returns: int
Modifiers: abstract

arg0 : int
Returns: int

this.LowerBandwidth

Full Usage: this.LowerBandwidth

Returns: int
Modifiers: abstract

Returns: int

this.MapIndexed

Full Usage: this.MapIndexed

Parameters:
    function : Func<int, int, float, float>
    result : IMatrix<float>
    ?zeros : Zeros

Modifiers: abstract

function : Func<int, int, float, float>
result : IMatrix<float>
?zeros : Zeros

this.MapIndexed

Full Usage: this.MapIndexed

Parameters:
    sourceParameter1 : 'T1
    function : Func<int, int, float, 'T1, float>
    result : IMatrix<float>
    ?zeros : Zeros

Modifiers: abstract
Type parameters: 'T1

sourceParameter1 : 'T1
function : Func<int, int, float, 'T1, float>
result : IMatrix<float>
?zeros : Zeros

this.RowCount

Full Usage: this.RowCount

Returns: int
Modifiers: abstract

Returns: int

this.UpperBandwidth

Full Usage: this.UpperBandwidth

Returns: int
Modifiers: abstract

Returns: int