Hacker News new | ask | show | jobs
by torrent 4621 days ago
I dont know which operations you are going to do with the arrays but what about just use a array of arrays or matrices of matrices of matrices of...?
1 comments

I am willing go give away everything for now and just have support for basic arithmetic operations, creation of sub matrix views ala numpy for the time being. I will be able to do the other operations via Eigen by creating a view over the native array. I hate the idea of creating an array of arrays though.
Hateing the idea of array of arraya is like hating recursivity.