I'm using Eigen 2 for a little project at the University. I need to use dynamic sparse vectors, but I won't do matrix operations over it, just basic element readings and accessings. Which is the most appropiate class for that, SparseArray or SparseVector?
Thank you very much, especially for your great work!