Allocate a new matrix in R and create a new RMatrix to wrap it, with protection from the R garbage collector.
auto m = RMatrix(300, 4);
See Implementation
Allocate a new matrix in R and create a new RMatrix to wrap it, with protection from the R garbage collector.