mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 11:19:02 +08:00
fix compilation of sparse tests
This commit is contained in:
parent
b1103c5767
commit
17af8c763d
@ -41,7 +41,6 @@ namespace std {
|
||||
#include <Eigen/Cholesky>
|
||||
#include <Eigen/LU>
|
||||
#include <Eigen/Sparse>
|
||||
#include <Eigen/SparseExtra>
|
||||
|
||||
enum {
|
||||
ForceNonZeroDiag = 1,
|
||||
|
@ -23,6 +23,7 @@
|
||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "sparse.h"
|
||||
#include <Eigen/SparseExtra>
|
||||
|
||||
#ifdef EIGEN_TAUCS_SUPPORT
|
||||
#include <Eigen/TaucsSupport>
|
||||
|
@ -23,6 +23,7 @@
|
||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "sparse.h"
|
||||
#include <Eigen/SparseExtra>
|
||||
|
||||
#ifdef EIGEN_CHOLMOD_SUPPORT
|
||||
#include <Eigen/CholmodSupport>
|
||||
|
@ -23,6 +23,7 @@
|
||||
// Eigen. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#include "sparse.h"
|
||||
#include <Eigen/SparseExtra>
|
||||
|
||||
#ifdef EIGEN_UMFPACK_SUPPORT
|
||||
#include <Eigen/UmfPackSupport>
|
||||
|
Loading…
x
Reference in New Issue
Block a user