<< mps_gamma mpscilab mps_get_ele_seq >>

mpscilab >> mpscilab > mps_get_ele

mps_get_ele

Get an element from a matrix

Calling Sequence

mps_get_ele( rop, op, m, n )

Arguments

rop

multi-precision scalar

op

multi-precision matrix

Description

Return element [m,n] of op into rop.

Examples

// Standard usage.
A = [1 -2; 3 -4]
mpsA = mps_init2(A,100)
mpsB = mps_init(1,1,100)
mps_get_ele(mpsB,mpsA,1,2)

See Also

<< mps_gamma mpscilab mps_get_ele_seq >>