mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-09-12 09:23:12 +08:00
Add all unsupported modules and fix header file paths
This commit is contained in:
parent
7d23e7f9f1
commit
5322b670c8
@ -1,4 +1,7 @@
|
|||||||
set(Eigen_HEADERS AdolcForward BVH IterativeSolvers MatrixFunctions MoreVectorization AutoDiff AlignedVector3 Polynomials)
|
set(Eigen_HEADERS AdolcForward BVH IterativeSolvers MatrixFunctions MoreVectorization AutoDiff AlignedVector3 Polynomials
|
||||||
|
CholmodSupport FFT NonLinearOptimization SparseExtra SuperLUSupport UmfPackSupport IterativeSolvers
|
||||||
|
NumericalDiff Skyline TaucsSupport
|
||||||
|
)
|
||||||
|
|
||||||
install(FILES
|
install(FILES
|
||||||
${Eigen_HEADERS}
|
${Eigen_HEADERS}
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
#ifndef EIGEN_SPARSE_EXTRA_MODULE_H
|
#ifndef EIGEN_SPARSE_EXTRA_MODULE_H
|
||||||
#define EIGEN_SPARSE_EXTRA_MODULE_H
|
#define EIGEN_SPARSE_EXTRA_MODULE_H
|
||||||
|
|
||||||
#include "../Eigen/Sparse"
|
#include "../../Eigen/Sparse"
|
||||||
|
|
||||||
#include "src/Core/util/DisableMSVCWarnings.h"
|
#include "../../Eigen/src/Core/util/DisableMSVCWarnings.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <map>
|
#include <map>
|
||||||
@ -63,6 +63,6 @@ enum {
|
|||||||
|
|
||||||
} // namespace Eigen
|
} // namespace Eigen
|
||||||
|
|
||||||
#include "src/Core/util/EnableMSVCWarnings.h"
|
#include "../../Eigen/src/Core/util/EnableMSVCWarnings.h"
|
||||||
|
|
||||||
#endif // EIGEN_SPARSE_EXTRA_MODULE_H
|
#endif // EIGEN_SPARSE_EXTRA_MODULE_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user