<< mps_get_ele_seq mpscilab mps_init2 >>

mpscilab >> mpscilab > mps_init

mps_init

Create and initialize a multi-precision matrix

Calling Sequence

rop = mps_init( m1, n1, prec )

Arguments

rop

multi-precision matrix

m1, n1, prec

integers

Description

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.

Restrictions

The precision must be two bits or higher.

Examples

mpsA = mps_init(10,10,100)

See Also

<< mps_get_ele_seq mpscilab mps_init2 >>