RMatrix.this

Allocate a new matrix in R and create a new RMatrix to wrap it, with protection from the R garbage collector.

Examples

auto m = RMatrix(300, 4);

Meta