You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This module provides an interface to the Cholmod library which is part of the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</a> package.
15
+
* This module provides an interface to the Cholmod library which is part of the <a href="http://www.suitesparse.com">suitesparse</a> package.
16
16
* It provides the two following main factorization classes:
17
17
* - class CholmodSupernodalLLT: a supernodal LLT Cholesky factorization.
18
18
* - class CholmodDecomposiiton: a general L(D)LT Cholesky factorization with automatic or explicit runtime selection of the underlying factorization method (supernodal or simplicial).
#warning "Eigen2 support is deprecated in Eigen 3.2.x and it will be removed in Eigen 3.3. (Define EIGEN_NO_EIGEN2_DEPRECATED_WARNING to disable this warning)"
21
+
#else
22
+
#pragma message ("Eigen2 support is deprecated in Eigen 3.2.x and it will be removed in Eigen 3.3. (Define EIGEN_NO_EIGEN2_DEPRECATED_WARNING to disable this warning)")
23
+
#endif
24
+
25
+
#endif // EIGEN_NO_EIGEN2_DEPRECATED_WARNING
26
+
17
27
#include "src/Core/util/DisableStupidWarnings.h"
18
28
19
29
/** \ingroup Support_modules
20
30
* \defgroup Eigen2Support_Module Eigen2 support module
21
-
* This module provides a couple of deprecated functions improving the compatibility with Eigen2.
22
31
*
32
+
* \warning Eigen2 support is deprecated in Eigen 3.2.x and it will be removed in Eigen 3.3.
33
+
*
34
+
* This module provides a couple of deprecated functions improving the compatibility with Eigen2.
35
+
*
23
36
* To use it, define EIGEN2_SUPPORT before including any Eigen header
* This module provides an interface to the SPQR library, which is part of the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</a> package.
13
+
* This module provides an interface to the SPQR library, which is part of the <a href="http://www.suitesparse.com">suitesparse</a> package.
* This module provides an interface to the UmfPack library which is part of the <a href="http://www.cise.ufl.edu/research/sparse/SuiteSparse/">suitesparse</a> package.
15
+
* This module provides an interface to the UmfPack library which is part of the <a href="http://www.suitesparse.com">suitesparse</a> package.
16
16
* It provides the following factorization class:
17
17
* - class UmfPackLU: a multifrontal sequential LU factorization.
0 commit comments