Added a new internal header for implicit solver defines.
Should become its own intern wrapper library eventually.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user