SparseMatrix<'T> Type

Constructors

Constructor Description

SparseMatrix(opsData, sparseValues, sparseRowOffsets, ncols, columnValues)

Full Usage: SparseMatrix(opsData, sparseValues, sparseRowOffsets, ncols, columnValues)

Parameters:
    opsData : OpsData<'T>
    sparseValues : 'T array
    sparseRowOffsets : int array
    ncols : int
    columnValues : int array

Returns: SparseMatrix<'T>
opsData : OpsData<'T>
sparseValues : 'T array
sparseRowOffsets : int array
ncols : int
columnValues : int array
Returns: SparseMatrix<'T>

Instance members

Instance member Description

this.ElementOps

Full Usage: this.ElementOps

Returns: INumeric<'T>
Returns: INumeric<'T>

this[i, j]

Full Usage: this[i, j]

Parameters:
    i : int
    j : int

Returns: 'T
i : int
j : int
Returns: 'T

this.MaxIndexForRow

Full Usage: this.MaxIndexForRow

Parameters:
    i : int

Returns: int
i : int
Returns: int

this.MinIndexForRow

Full Usage: this.MinIndexForRow

Parameters:
    i : int

Returns: int
i : int
Returns: int

this.NumCols

Full Usage: this.NumCols

Returns: int
Returns: int

this.NumRows

Full Usage: this.NumRows

Returns: int
Returns: int

this.OpsData

Full Usage: this.OpsData

Returns: OpsData<'T>
Returns: OpsData<'T>

this.SparseColumnValues

Full Usage: this.SparseColumnValues

Returns: int array
Returns: int array

this.SparseRowOffsets

Full Usage: this.SparseRowOffsets

Returns: int array
Returns: int array

this.SparseValues

Full Usage: this.SparseValues

Returns: 'T array
Returns: 'T array