eigen/Eigen/src
Gael Guennebaud 2257f40f4a Merged in angelos_m/eigen/3.3 (pull request PR-269)
Remove superfluous const's (can cause warnings on some Intel compilers)
2016-12-21 08:53:16 +01: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 Merged in angelos_m/eigen/3.3 (pull request PR-269) 2016-12-21 08:53:16 +01:00
Eigenvalues Revert part of changeset 5b3a6f51d3 2016-08-29 14:14:18 +02:00
Geometry Make sure that HyperPlane::transform manitains a unit normal vector in the Affine case. 2016-12-20 09:35:00 +01:00
Householder merge 2016-09-22 22:32:55 +02:00
IterativeLinearSolvers Generalize IterativeSolverBase::solve to hanlde any sparse type as the results (instead of SparseMatrix only) 2016-11-06 20:28:18 +01:00
Jacobi bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +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 bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02: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 bug #426: move operator && and || to MatrixBase and SparseMatrixBase. 2016-11-14 18:47:02 +01:00
QR 1. Add explicit template to abs2 (resolves deduction for some arithmetic types) 2016-12-02 11:39:18 +01:00
SparseCholesky bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
SparseCore Merged in angelos_m/eigen/3.3 (pull request PR-269) 2016-12-21 08:53:16 +01: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 bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
SuperLUSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
SVD Make sure not to call numext::maxi on expression templates 2016-11-12 12:20:57 +01:00
UmfPackSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00