<< mps_pow mpscilab mps_prod >>

mpscilab >> mpscilab > mps_prec

mps_prec

Query the precision of an MPS matrix

Calling Sequence

rop = mps_prec( op )

Arguments

op

multi-precision matrix

Description

Return the precision of op.

Examples

// Standard usage.
A = [1 -2; 3 -4]
mpsA = mps_init2(A,100)
p = mps_prec(mpsA)
<< mps_pow mpscilab mps_prod >>