<< mps_init mpscilab mps_int >>

mpscilab >> mpscilab > mps_init2

mps_init2

Create and initialize a multi-precision matrix from a Scilab matrix.

Calling Sequence

rop = mps_init2( a, prec )

Arguments

rop

multi-precision matrix

a

Scilab matrix

prec

integers

Description

Create and initialize a multri-precision matrix from the Scilab matrix op with precision prec.

Restrictions

The precision must be two bits or higher.

Examples

A=[1,2;3,4];
mpsA = mps_init2(A,100)

See Also

<< mps_init mpscilab mps_int >>