Hi,
How do I see dimensions of user defined arrays/matrices.
Lets say, I am creating a array SW
declare frml[symmetric] SW
frml SW = ||1.0-(rho1)**2||
How do I see the dimension of SW
Dimension of arrays created using frml
-
TomDoan
- Posts: 7825
- Joined: Wed Nov 01, 2006 4:36 pm
Re: Dimension of arrays created using frml
disp %rows(SW(1))