Re: [U2] matrix dimension

2012-05-24 Thread Charles Stevenson
So LARGE.ARRAY is 2-dimensional SMALL.ARRAY is 1 dimensional. The real value of INMAT is telling the SIZE of (each) dimension. Yes, I'm deliberately being picky. I've found it very frustrating to be hard-limited to 1- or 2-dimnsional arrays. What would be so wrong to allow: DIM

Re: [U2] matrix dimension

2012-05-24 Thread Martin Phillips
Hi, Multiple dimensions in DIM implies that all elements in each dimension would exist, around 25000 in your example. Using dynamic arrays, even as part of a dimensioned array is much more flexible as unused elements may not need to exist. And UV allows seven dimensional dynamic arrays - more

Re: [U2] matrix dimension

2012-05-24 Thread Brian Leach
...@listserver.u2ug.org] On Behalf Of Martin Phillips Sent: 24 May 2012 13:05 To: U2 Users List Subject: Re: [U2] matrix dimension Hi, Multiple dimensions in DIM implies that all elements in each dimension would exist, around 25000 in your example. Using dynamic arrays, even as part of a dimensioned

[U2] matrix dimension

2012-05-23 Thread Jeffrey Butera
I don't work with MATrices much in Unidata. If I have my hands on a matrix setup from another program is there a function to determine it's dimensions? My reading of DIM doesn't indicate it can do this and I don't see anything in the various MAT... commands that looks promising. --

Re: [U2] matrix dimension

2012-05-23 Thread Wally Terhune
...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Jeffrey Butera Sent: Wednesday, May 23, 2012 1:59 PM To: U2 Users List Subject: [U2] matrix dimension I don't work with MATrices much in Unidata. If I have my hands on a matrix setup from another program is there a function

Re: [U2] matrix dimension

2012-05-23 Thread Martin Phillips
] On Behalf Of Jeffrey Butera Sent: 23 May 2012 20:59 To: U2 Users List Subject: [U2] matrix dimension I don't work with MATrices much in Unidata. If I have my hands on a matrix setup from another program is there a function to determine it's dimensions? My reading of DIM doesn't indicate it can do