Member | Description |
[<UnverifiableAttribute ()>]
member Item : int * int -> 'a with get |
WARNING: use of this function may lead to unverifiable or invalid code
|
[<UnverifiableAttribute ()>]
member Item : int * int -> 'a with set |
WARNING: use of this function may lead to unverifiable or invalid code
|
member NativeTranspose : FortranMatrix<'a> |
View a CMatrix as a FortranMatrix. Doesn't actually allocate
a new matirx - just gives a different label to the same bits, and swaps the
row/column count information associated with the bits.
|
member NumCols : int |
Number of columns of the native array
|
member NumRows : int |
Number of rows of the native array
|
member Ptr : 'a nativeptr |
Pointer to the C-style row major two-dimensional array
|