Converts a Macaulay2 Matrix to an R matrix. Since Macaulay2 uses row-major order and R uses column-major order, the matrix is transposed during conversion so that the displayed values match.
|
|
Note that value(RObject) does not undo this transposition, so value and RObject are not exact inverses when applied to matrices.
|
|
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/RInterface/doc/objects.m2:404:0.