Constructor | Description |
Full Usage:
SparseMatrix(opsData, sparseValues, sparseRowOffsets, ncols, columnValues)
Parameters:
OpsData<'T>
sparseValues : 'T array
sparseRowOffsets : int array
ncols : int
columnValues : int array
Returns: SparseMatrix<'T>
|
|
Instance member | Description |
|
|
Full Usage:
this[i, j]
Parameters:
int
j : int
Returns: 'T
|
|
Full Usage:
this.MaxIndexForRow
Parameters:
int
Returns: int
|
|
Full Usage:
this.MinIndexForRow
Parameters:
int
Returns: int
|
|
Full Usage:
this.NumCols
Returns: int
|
|
Full Usage:
this.NumRows
Returns: int
|
|
|
|
Full Usage:
this.SparseColumnValues
Returns: int array
|
|
Full Usage:
this.SparseRowOffsets
Returns: int array
|
|
Full Usage:
this.SparseValues
Returns: 'T array
|
|