nalgebra
nalgebra copied to clipboard
What happened with `nalgebra::linalg::eigen`?
Currently it is commented out with following comment:
// TODO: Not complete enough for publishing.
// This handles only cases where each eigenvalue has multiplicity one.
// mod eigen;
There are some commented out test and a commented out benchmark module for it too.