123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef EIGEN_SPARSE_MODULE_H
- #define EIGEN_SPARSE_MODULE_H
- #include "SparseCore"
- #include "OrderingMethods"
- #ifndef EIGEN_MPL2_ONLY
- #include "SparseCholesky"
- #endif
- #include "SparseLU"
- #include "SparseQR"
- #include "IterativeLinearSolvers"
- #endif
|