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
Re: Dimension of arrays created using frml
disp %rows(SW(1))