FortranMatrix<'T> Type

Constructors

Constructor Description

FortranMatrix(ptr, nrows, ncols)

Full Usage: FortranMatrix(ptr, nrows, ncols)

Parameters:
    ptr : nativeptr<'T>
    nrows : int
    ncols : int

Returns: FortranMatrix<'T>
ptr : nativeptr<'T>
nrows : int
ncols : int
Returns: FortranMatrix<'T>

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: CMatrix<'T>
Returns: CMatrix<'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>