dup

Create a copy of a matrix.

Examples

RMatrix rm2 = rm.dup;

Meta