Added a new internal header for implicit solver defines.

Should become its own intern wrapper library eventually.
This commit is contained in:
2014-09-10 14:25:57 +02:00
parent 7896827f75
commit 8283122cda
4 changed files with 45 additions and 7 deletions

View File

@@ -29,13 +29,13 @@
* \ingroup bke
*/
#define IMPLICIT_SOLVER_EIGEN
#include "implicit.h"
#ifdef IMPLICIT_SOLVER_EIGEN
//#define USE_EIGEN_CORE
#define USE_EIGEN_CONSTRAINED_CG
#ifdef IMPLICIT_SOLVER_EIGEN
#include <Eigen/Sparse>
#include <Eigen/src/Core/util/DisableStupidWarnings.h>