eigen/Eigen/src
2015-01-06 09:29:13 -08:00
..
Cholesky bug #397: add a warning for 64 to 32 bit integer conversion and fix many of these warning by splitting the index type used for storage and as size/coefficient indexes in PermutationMatrix and Transpositions. 2014-07-17 13:34:26 +02:00
CholmodSupport
Core Ensured that contractions that can be reduced to a matrix vector product work correctly even when the input coefficients aren't aligned. 2015-01-06 09:29:13 -08:00
Eigenvalues bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x3 matrices. The tolerance to detect stable cross products was too optimistic. 2014-08-21 10:49:09 +02:00
Geometry Add examples for hnormalized and homogenous (fix bug #846) 2014-09-02 10:47:40 +02:00
Householder Backed out of changeset 6089:f27f55bee3efc2cafd01cb07d3faadf7eb490f66 2014-07-10 16:12:13 +02:00
IterativeLinearSolvers Do not apply the preconditioner before starting the iterations as this might destroy a very good initial guess. 2014-08-21 22:14:25 +02:00
Jacobi Fix dox for namespaces 2014-07-05 21:48:48 +08:00
LU bug #397: add a warning for 64 to 32 bit integer conversion and fix many of these warning by splitting the index type used for storage and as size/coefficient indexes in PermutationMatrix and Transpositions. 2014-07-17 13:34:26 +02:00
MetisSupport
misc
OrderingMethods Fix bug #809: unused variable warning 2014-07-08 18:38:34 +02:00
PardisoSupport
PaStiXSupport
plugins Doc: difference between array and matrix cosine etc (bug #830) 2014-09-06 14:59:44 +01:00
QR
SparseCholesky Make the ordering method of SimplicialL[D]LT user configurable. 2014-07-20 14:22:58 +02:00
SparseCore Fix regression is sparse-sparse product 2014-09-01 17:34:55 +02:00
SparseLU
SparseQR In SparseQR, calling factorize() without analyzePattern() was broken. 2014-08-26 23:32:32 +02:00
SPQRSupport
StlSupport Fic bug #819: include path of details.h 2014-06-04 11:58:01 +02:00
SuperLUSupport
SVD Make UpperBidiagonalization accept row-major matrices (bug #769) 2014-09-12 14:52:35 +01:00
UmfPackSupport
CMakeLists.txt