Hello,
I understand from the manual that it is possible to work with 2 dimensional arrays..but what about multi-dimensional matrices? Is it possible to declare and work with them in ALGLIB?
Though I will be using ALGLIB and my own routines only on 2D matrices, the individual 2D matrices in my project are a part of a stack, which in turn is a part of another stack and so on. Of course, I can declare a huge 2D matrix, to store all the individual matrices, as one array and access them individually and work, but if there is a way to have a multidimensional matrix, it will be easier.
thanks Erumai
|