Allocate a new matrix in R and copy in the values of a GretlMatrix or DoubleMatrix if using the dmdgretl library for matrix algebra.
auto m = RMatrix(gm); // gm is a GretlMatrix
See Implementation
Allocate a new matrix in R and copy in the values of a GretlMatrix or DoubleMatrix if using the dmdgretl library for matrix algebra.