matrix Type

Instance members

Instance member Description

this.DebugDisplay

Full Usage: this.DebugDisplay

Returns: StringBuilder
Returns: StringBuilder

this.Dimensions

Full Usage: this.Dimensions

Returns: int * int

RowCount * ColumnCount

Returns: int * int

this.ElementOps

Full Usage: this.ElementOps

Returns: INumeric<float>
Returns: INumeric<float>

this.InternalDenseValues

Full Usage: this.InternalDenseValues

Returns: float[,]
Returns: float[,]

this.InternalSparseColumnValues

Full Usage: this.InternalSparseColumnValues

Returns: int array
Returns: int array

this.InternalSparseRowOffsets

Full Usage: this.InternalSparseRowOffsets

Returns: int array
Returns: int array

this.InternalSparseValues

Full Usage: this.InternalSparseValues

Returns: float array
Returns: float array

this.IsDense

Full Usage: this.IsDense

Returns: bool
Returns: bool

this.IsSparse

Full Usage: this.IsSparse

Returns: bool
Returns: bool

this[i, j]

Full Usage: this[i, j]

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.StructuredDisplayAsArray

Full Usage: this.StructuredDisplayAsArray

Returns: obj
Returns: obj

this.StructuredDisplayAsFormattedMatrix

Full Usage: this.StructuredDisplayAsFormattedMatrix

Returns: string
Returns: string

this.Transpose

Full Usage: this.Transpose

Returns: Matrix<float>
Returns: Matrix<float>