copy

Method:

copy - copy a matrix

Syntax:

m2 = m.copy();

Parameters:

-

Returns:

m2 - new matrix

Description:

Creates an identical copy of matrix.

Example:

m2 = m.copy();