Refactoring of sparse solvers through a SparseSolverBase class and usage of the Solve<> expression. Introduce a SolveWithGuess expression on top of Solve.

This commit is contained in:
Gael Guennebaud
2014-09-01 15:00:19 +02:00
parent bc065c75d2
commit 85c7659574
20 changed files with 565 additions and 131 deletions

View File

@@ -34,8 +34,11 @@
#error The SparseCholesky module has nothing to offer in MPL2 only mode
#endif
#ifndef EIGEN_TEST_EVALUATORS
#include "src/misc/Solve.h"
#include "src/misc/SparseSolve.h"
#endif
#include "src/SparseCholesky/SimplicialCholesky.h"
#ifndef EIGEN_MPL2_ONLY