Clone an existing multi-precision matrix.
rop = mps_copy( op )
multi-precision matrix
Create and initialize a multri-precision matrix with the same size, precision and content as op.
op
A=[1,2;3,4]; mpsA = mps_init2(A,100) mpsB = mps_copy(mpsA)