CMatrix<'T> Type

Instance members

Instance member Description

this[row, col]

Full Usage: this[row, col]

Parameters:
    row : int

Returns: int
Modifiers: inline
row : int
Returns: int

this.NativeTranspose

Full Usage: this.NativeTranspose

Returns: FortranMatrix<'T>
Returns: FortranMatrix<'T>

this.NumCols

Full Usage: this.NumCols

Returns: int
Returns: int

this.NumRows

Full Usage: this.NumRows

Returns: int
Returns: int

this.Ptr

Full Usage: this.Ptr

Returns: nativeptr<'T>
Returns: nativeptr<'T>