Create and initialize a multi-precision matrix
rop = mps_init( m1, n1, prec )
multi-precision matrix
integers
Create and initialize a multri-precision matrix of size
(m1,n1)
with precision prec
in bits.
Entries of the resulting matrix are initialized to 0.
The precision must be two bits or higher.