clone method

clone

Creates a copy of this matrix.

Returns

A new instance of IMatrix that is a copy of this matrix.

def clone(self):
    ...

See Also