Instance member | Description |
|
|
Full Usage:
this.Dimensions
Returns: int * int
|
|
|
|
Full Usage:
this.InternalDenseValues
Returns: float[,]
|
|
Full Usage:
this.InternalSparseColumnValues
Returns: int array
|
|
Full Usage:
this.InternalSparseRowOffsets
Returns: int array
|
|
Full Usage:
this.InternalSparseValues
Returns: float array
|
|
Full Usage:
this.IsDense
Returns: bool
|
|
Full Usage:
this.IsSparse
Returns: bool
|
|
Full Usage:
this[i, j]
Parameters:
int
Returns: int
|
|
Full Usage:
this.NumCols
Returns: int
|
|
Full Usage:
this.NumRows
Returns: int
|
|
Full Usage:
this.StructuredDisplayAsArray
Returns: obj
|
|
Full Usage:
this.StructuredDisplayAsFormattedMatrix
Returns: string
|
|
|
|