eigen/Eigen/src
andiwand cd474d4cd0 minor doc fix in Map.h
(cherry picked from commit 5c6b3efead)
2021-08-16 14:26:39 +00: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 minor doc fix in Map.h 2021-08-16 14:26:39 +00:00
Eigenvalues Avoid memory allocation in tridiagonalization_inplace_selector::run. 2021-08-06 21:48:00 +00:00
Geometry Remove pset, replace with ploadu. 2021-06-17 17:11:08 +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 Make inverse 3x3 faster and avoid gcc bug. 2021-08-04 22:06:52 +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 Enable equality comparisons on GPU. 2021-08-03 16:15:44 +00:00
QR Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-size matrices. 2019-11-13 21:16:53 +01:00
SparseCholesky Fix more enum arithmetic. 2021-06-15 16:40:35 +00:00
SparseCore Fix more enum arithmetic. 2021-06-15 16:40:35 +00: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 Fixes #1387 for compilation error in JacobiSVD with HouseholderQRPreconditioner that occurs when input is a compile-time row vector. 2021-07-22 18:01:55 +00:00
UmfPackSupport Fix misleading indentation of errorCode and make it loop-local 2018-09-12 14:41:38 +02:00