RowMat(L: LIST): MAT RowMat(R: RING, L: LIST): MAT
/**/ RowMat([3,4,5]); matrix([ [3, 4, 5] ]) /**/ RowMat(QQ,[5,6,7]); matrix([ [5, 6, 7] ])