Union case | Description |
|
|
|
|
Instance member | Description |
|
|
Full Usage:
this.Dimensions
Returns: int * int
|
|
|
|
Full Usage:
this.Format
Parameters:
bool
Returns: string
|
|
Full Usage:
this.Format
Parameters:
int
columnCount : int
showInfo : bool
Returns: string
|
|
Full Usage:
this.Format
Parameters:
int
rowEndCount : int
columnStartCount : int
columnEndCount : int
showInfo : bool
Returns: string
|
|
Full Usage:
this.FormatStrings
Parameters:
int
rowEndCount : int
columnStartCount : int
columnEndCount : int
Returns: string[][]
|
Returns four chunks of the matrix as strings depending on the respective row/column start/end count, separated by a row and column indicating omitted rows and columns.
|
Full Usage:
this.GetSlice
Parameters:
int option
finish1 : int option
start2 : int option
finish2 : int option
Returns: Matrix<'T>
|
|
Full Usage:
this.InternalDenseValues
Returns: 'T[,]
|
|
Full Usage:
this.InternalSparseColumnValues
Returns: int array
|
|
Full Usage:
this.InternalSparseRowOffsets
Returns: int array
|
|
Full Usage:
this.InternalSparseValues
Returns: 'T 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.SetSlice
Parameters:
int option
finish1 : int option
start2 : int option
finish2 : int option
vs : Matrix<'T>
|
|
Full Usage:
this.StructuredDisplayAsArray
Returns: obj
|
|
Full Usage:
this.StructuredDisplayAsFormattedMatrix
Returns: string
|
|
|
|
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|