eigen/Eigen/src
2018-07-10 09:10:15 +02:00
..
Cholesky bug #1528: better use numeric_limits::min() instead of 1/highest() that with underflow. 2018-04-03 16:49:35 +02:00
CholmodSupport
Core bug #1543: improve linear indexing for general block expressions 2018-07-10 09:10:15 +02:00
Eigenvalues Fix regression in changeset f05dea6b23 2018-07-02 12:18:25 +02:00
Geometry First step towards a generic vectorised quaternion product 2018-06-25 14:26:51 +02:00
Householder Implement custom inplace triangular product to avoid a temporary 2018-07-03 14:02:46 +02:00
IterativeLinearSolvers Fix typos found using codespell 2018-06-07 14:43:02 +02:00
Jacobi Extend CUDA support to matrix inversion and selfadjointeigensolver 2018-06-11 18:33:24 +02:00
KLUSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
LU Extend CUDA support to matrix inversion and selfadjointeigensolver 2018-06-11 18:33:24 +02:00
MetisSupport
misc
OrderingMethods MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
PardisoSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
PaStiXSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
plugins Extend CUDA support to matrix inversion and selfadjointeigensolver 2018-06-11 18:33:24 +02:00
QR update comment 2018-06-29 11:28:36 +02:00
SparseCholesky Fix typos found using codespell 2018-06-07 14:43:02 +02:00
SparseCore bug #1531: expose NumDimensions for solve and sparse expressions. 2018-06-08 16:55:10 +02:00
SparseLU Workaround a MSVC 2013 compilation issue with MatrixBase(Index,int) 2018-05-22 18:51:35 +02:00
SparseQR bug #1544: Generate correct Q matrix in complex case. Original patch was by Jeff Trull in PR-386. 2018-05-17 19:17:01 +02:00
SPQRSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
StlSupport
SuperLUSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
SVD bug #1493: Make representation of HouseholderSequence consistent and working for complex numbers. Made corresponding unit test actually test that. Also simplify implementation of QR decompositions 2018-04-15 10:15:28 +02:00
UmfPackSupport Umfpack: UF_long has been removed in recent versions of suitesparse, and fix a few long-to-int conversions issues. 2018-04-11 09:59:59 +02:00