eigen/Eigen/src
2018-04-03 15:59:30 +02:00
..
Cholesky bug #1479: fix failure detection in LDLT 2017-11-16 17:55:24 +01:00
CholmodSupport Generalize Cholmod support to hanlde any sparse type as the rhs and result of the solve method 2016-11-06 20:29:23 +01:00
Core bug #1532: disable stl::*_negate in C++17 (they are deprecated) 2018-04-03 15:59:30 +02:00
Eigenvalues bug #1394: fix compilation of SelfAdjointEigenSolver<Matrix>(sparse*sparse); 2017-02-20 14:27:26 +01:00
Geometry Add missing scalar conversion 2017-08-22 17:06:57 +02:00
Householder bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD. 2017-02-20 13:44:37 +01:00
IterativeLinearSolvers Use col method for column-major matrix 2017-10-17 21:51:27 +02:00
Jacobi Implement true compile-time "if" for apply_rotation_in_the_plane. This fixes a compilation issue for vectorized real type with missing vectorization for complexes, e.g. AVX512. 2017-09-06 10:02:49 +02:00
LU Fix regression in X = (X*X.transpose())/s with X rectangular by deferring resizing of the destination after the creation of the evaluator of the source expression. 2016-10-26 22:50:41 +02:00
MetisSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
misc bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
OrderingMethods better check array index before using it 2017-03-15 15:18:03 +01:00
PardisoSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
PaStiXSupport bug #1485: fix linking issue of non template functions 2017-11-15 21:33:37 +01:00
plugins Fix and workaround several doxygen issues/warnings 2017-01-04 23:27:33 +01:00
QR bug #1403: more scalar conversions fixes in BDCSVD 2017-06-09 15:45:49 +02:00
SparseCholesky bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
SparseCore bug #1468 (1/2) : add missing std:: to memcpy 2017-09-22 09:23:24 +02:00
SparseLU Optimize SparseLU::solve for rhs vectors 2016-12-05 15:41:14 +01:00
SparseQR bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
SPQRSupport Fix SPQR for rectangular matrices 2016-10-12 22:39:33 +02:00
StlSupport Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t 2017-01-23 22:02:53 +01:00
SuperLUSupport Fix and workaround several doxygen issues/warnings 2017-01-04 23:27:33 +01:00
SVD Fix incorrect ldvt in LAPACKE call from JacobiSVD 2018-01-03 12:55:52 -08:00
UmfPackSupport Fix compilation 2016-12-27 22:04:58 +01:00