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 RInterface/doc/objects.m2:404:0.