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 : CMatrix<'a> |
View a FortranMatrix as a CMatrix. 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 | |
member NumRows : int | |
member Ptr : 'a nativeptr | |