move eigen values related stuff of the QR module to a new EigenSolver module.

- perhaps we can find a better name ?
- note that the QR module still includes the EigenSolver module for compatibility
This commit is contained in:
Gael Guennebaud
2009-09-03 11:39:44 +02:00
parent 9515b00876
commit a54b99fa72
18 changed files with 109 additions and 43 deletions

View File

@@ -23,7 +23,7 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#include "main.h"
#include <Eigen/QR>
#include <Eigen/EigenSolver>
#include <Eigen/LU>
template<typename MatrixType> void eigensolver(const MatrixType& m)