Dimension a series[vec[real]]
Posted: Thu Oct 29, 2009 9:55 am
How do I dimension the vectors in a series of vectors?
I did the following:
Now, I would like to make all "entries" of test be 8-dimensional vectors. Something like
does not work apparently. Does anybody have a solution? Regards, Jonas
I did the following:
Code: Select all
decl series[vec[real]] test
Code: Select all
dim test(2006:1)(8)