eigen/Eigen/src
2021-04-18 23:43:12 +02:00
..
Cholesky Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()"" 2021-03-24 18:14:56 +00:00
CholmodSupport SuiteSparse defines the macro SuiteSparse_long to control what type is used for 64bit integers. The default value of this macro on non-MSVC platforms is long and __int64 on MSVC. CholmodSupport defaults to using long for the long variants of CHOLMOD functions. This creates problems when SuiteSparse_long is different than long. So the correct thing to do here is 2018-08-13 15:53:31 -07:00
Core Bump to 3.3.91 (3.4-rc1) 2021-04-18 23:43:12 +02:00
Eigenvalues Scaled epsilon the wrong way. 2021-04-07 15:08:39 -07:00
Geometry Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()"" 2021-03-24 18:14:56 +00:00
Householder Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()"" 2021-03-24 18:14:56 +00:00
IterativeLinearSolvers Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()"" 2021-03-24 18:14:56 +00:00
Jacobi Fix some enum-enum conversion warnings 2021-02-27 18:44:26 +01:00
KLUSupport Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()"" 2021-03-24 18:14:56 +00:00
LU Replace -2147483648 by -0.0f or -0.0 constants (this should fix #2189). 2021-04-07 11:25:27 +00:00
MetisSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
misc fix typo 2017-03-07 11:25:58 +01:00
OrderingMethods More colamd cleanup: 2019-09-03 00:50:51 +02:00
PardisoSupport Makes Scalar/RealScalar typedefs public in Pardiso's wrappers (see PR 688) 2019-09-03 13:09:03 +02:00
PaStiXSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
plugins Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), outerStride(), and size()"" 2021-03-24 18:14:56 +00:00
QR Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-size matrices. 2019-11-13 21:16:53 +01:00
SparseCholesky Bug #1910: Make SparseCholesky work for RowMajor matrices 2021-02-19 19:36:18 +01:00
SparseCore Fixed/masked more implicit copy constructor warnings 2021-02-27 18:44:26 +01:00
SparseLU Replace nullptr by NULL in SparseLU.h to be C++03 compliant. 2021-02-09 09:08:06 +01:00
SparseQR bug #899: remove "rank-revealing" qualifier for SparseQR and warn that it is not always rank-revealing. 2019-02-19 22:52:15 +01:00
SPQRSupport Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
StlSupport Remove private access of std::deque::_M_impl. 2020-12-10 14:59:34 -08:00
SuperLUSupport Fix some enum-enum conversion warnings 2021-02-27 18:44:26 +01:00
SVD Fix two bugs in commit 2021-04-02 22:06:27 +00:00
UmfPackSupport Fix misleading indentation of errorCode and make it loop-local 2018-09-12 14:41:38 +02:00