compute eigenvectors in algebra::eigenvalues()
Hi everyone,
Just an extra algebra::eigenvalues()
to extract to eigenvectors as well.
Currently, they are stored in a std::vector<algebra::Vector<...> >
, but I'm not sure if that's the most convenient option...
Feel free to change it if needed :).
Cheers, Nicolas.