aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/snippets/MatrixBase_eigenvalues.cpp
Commit message (Collapse)AuthorAge
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* use SelfAdjointView instead of Eigen2's SelfAdjoint flag. * add tests and documentation. * allow eigenvalues() for non-selfadjoint matrices. * they no longer depend only on SelfAdjointEigenSolver, so move them to a separate file