eigen/Eigen/src
mehdi-goli d0ae052da4 [SYCL Backend]
* Adding Missing operations for vector comparison in SYCL. This caused compiler error for vector comparison when compiling SYCL
 * Fixing the compiler error for placement new in TensorForcedEval.h This caused compiler error when compiling SYCL backend
 * Reducing the SYCL warning by  removing the abort function inside the kernel
 * Adding Strong inline to functions inside SYCL interop.
2020-01-07 15:13:37 +00:00
..
Cholesky PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01: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 [SYCL Backend] 2020-01-07 15:13:37 +00:00
Eigenvalues bug #1679: avoid possible division by 0 in complex-schur 2019-02-15 09:39:25 +01:00
Geometry Bug #1788: Fix rule-of-three violations inside the stable modules. 2019-12-19 17:30:11 +01:00
Householder PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
IterativeLinearSolvers Remove EIGEN_MPL2_ONLY guard in IncompleteCholesky that is no longer needed after the AMD reordering code was relicensed to MPL2. 2019-03-13 11:52:41 -07:00
Jacobi [PATCH 1/2] Misc. typos 2018-09-18 04:15:01 -04:00
KLUSupport
LU Fix conversion warnings 2019-02-19 14:00:15 +01:00
MetisSupport
misc
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
plugins Fix doc issues regarding ndtri 2019-09-04 23:00:21 +02:00
QR Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-size matrices. 2019-11-13 21:16:53 +01:00
SparseCholesky Fix perf issue in SimplicialLDLT::solve for complexes (again, m_diag is real) 2019-10-01 12:54:25 +02:00
SparseCore Fix some maybe-unitialized warnings 2019-12-18 18:26:20 +01:00
SparseLU Collapsed revision from PR-641 2019-05-13 19:02:30 +02: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 Fixed a few more shadowing warnings when compiling with g++ (and c++03) 2018-08-30 16:33:03 +02:00
SuperLUSupport Silence logical-op-parentheses warning 2018-08-17 16:30:32 +02:00
SVD Cast Index to RealScalar 2019-05-23 15:31:12 +02:00
UmfPackSupport Fix misleading indentation of errorCode and make it loop-local 2018-09-12 14:41:38 +02:00