eigen/Eigen/src
2014-12-11 14:26:19 +01:00
..
Cholesky Fix bug #894: the sign of LDLT was not re-initialized at each call of compute() 2014-10-20 10:48:40 +02:00
CholmodSupport Fixes bug #681 2013-10-17 00:03:00 +02:00
Core Fix MSVC compilation 2014-12-10 21:55:11 +01:00
Eigen2Support Remove unused variables in eigen2support. 2014-12-11 14:26:19 +01: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 Fix Hyperplane::Through(a,b,c) when points are aligned or identical. We use the stratgey as in Quaternion::setFromTwoVectors. 2014-11-26 15:01:53 +01:00
Householder Backed out of changeset 6091:9d3e0da38576dddc4df25c0e61ad6685193eb630 2014-07-10 16:12:33 +02:00
IterativeLinearSolvers Fix bicgstab example 2014-12-02 14:32:55 +01:00
Jacobi Fix bug #314: move remaining math functions from internal to numext namespace 2013-06-10 23:40:56 +02:00
LU Fix doc'n of FullPivLU re permutation matrices (bug #815). 2014-05-31 23:05:18 +01:00
MetisSupport Fix bug #314: move remaining math functions from internal to numext namespace 2013-06-10 23:40:56 +02:00
misc add support for solving with sparse right hand side 2013-01-25 18:17:17 +01:00
OrderingMethods Fix bug #809: unused variable warning 2014-07-08 18:38:34 +02:00
PardisoSupport added std:: scope to abs function call 2014-11-28 02:24:51 +00:00
PaStiXSupport add support for solving with sparse right hand side 2013-01-25 18:17:17 +01:00
plugins Added optional run-time size parameters to fixed-size block methods 2013-12-17 01:05:05 +01:00
QR fixed ColPivHouseholderQR<>::rank (part of bbd49d194a 2014-03-20 14:25:50 -04:00
SparseCholesky Make the ordering method of SimplicialL[D]LT user configurable. 2014-07-20 14:22:58 +02:00
SparseCore Add missing specialization of Block<const SparseMatrix> 2014-11-24 18:40:44 +01:00
SparseLU Fix SparseLU::absDeterminant and add respective unit test 2014-10-17 16:52:56 +02:00
SparseQR Fix SparseQR::rank for a completely empty matrix. 2014-10-19 22:42:20 +02:00
SPQRSupport Fix SPQR Solve() when assigning to a Map object 2013-09-26 15:00:22 +02:00
StlSupport Fic bug #819: include path of details.h 2014-06-04 11:58:01 +02:00
SuperLUSupport fix casting from double* to void* in SuperLU and Cholmod support 2013-06-24 17:24:32 +02:00
SVD Fix dynamic allocation in JacobiSVD (regression) 2014-12-08 14:45:04 +01:00
UmfPackSupport UmfPack support: fix redundant evaluation/copies when calling compute() and support generic expressions as input 2014-12-02 17:30:57 +01:00
CMakeLists.txt Improves the filter for hidden files in "Eigen" and "Eigen/src". 2010-11-22 10:47:07 -05:00