Closed sotoseattle closed 10 years ago
I got rid of dimension limit. Thank you for comment. https://github.com/masa16/narray/commit/6a7d93dc1e666db87659ac14f1cb3c6bb11dd791
Thanks! I am writing some code for probabilistic graphical models and NArray is a godsend.
I am not sure if this is an issue so please bear with me.
There seems to be a limit in the number of dimensions that the NArray handles. Specifically, when transposing an NArray of more than 16 dimensions (axes, ranks). To replicate this issue:
I was able to create NArrays of more than 16 dimensions (only limited to memory constraints). But the transpose operation does not allow more than 16.