eigen/Eigen/src
Gael Guennebaud 3dc3a0ea2d bump to 3.3.4
2017-06-15 09:10:20 +02:00
..
Cholesky Fix compilation of LLT with complex<mpreal>. 2016-11-05 11:28:29 +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 bump to 3.3.4 2017-06-15 09:10:20 +02:00
Eigenvalues bug #1394: fix compilation of SelfAdjointEigenSolver<Matrix>(sparse*sparse); 2017-02-20 14:27:26 +01:00
Geometry bug #1411: fix usage of alignment information in vectorization of quaternion product and conjugate. 2017-06-07 10:10:30 +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 Fix LeastSquareDiagonalPreconditioner for complexes (issue introduced in previous commit) 2017-06-09 11:57:53 +02:00
Jacobi Improve mixing of complex and real in the vectorized path of apply_rotation_in_the_plane 2017-04-14 11:05:13 +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 #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02: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 Fix dense * sparse-selfadjoint-view product. 2017-04-25 13:58:10 +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 bug #1403: more scalar conversions fixes in BDCSVD 2017-06-09 15:45:49 +02:00
UmfPackSupport Fix compilation 2016-12-27 22:04:58 +01:00