eigen/Eigen/src
2011-10-25 20:45:26 -04:00
..
Cholesky Fix LDLT::solve() if matrix singular but solution exists (bug #241). 2011-09-11 06:30:53 +01:00
Core The most important inline keyword ever? Without it, gcc failed to inline this function, which is called by all matrix constructors... 2011-10-25 20:45:26 -04:00
Eigen2Support fix eigen2 support min/max garbage 2011-07-22 11:37:41 +02:00
Eigenvalues the min/max macros to detect unprotected min/max were undefined by some std header, 2011-08-19 14:18:05 +02:00
Geometry Improved compilation errors for Transform initialization/assignment with different numeric types. 2011-07-28 09:35:17 +02:00
Householder fix implicit scalar conversions (needed to support fancy scalar types, see bug #276) 2011-05-23 11:20:13 +02:00
Jacobi clean a bit previous patch (ctor vs static_cast and a few bits) 2011-05-23 13:34:04 +02:00
LU protect calls to min and max with parentheses to make Eigen compatible with default windows.h 2011-07-21 11:19:36 +02:00
misc Renamed cleantype to remove_all since it is close to remove_{const|pointer|reference}. 2010-10-26 16:47:01 +02:00
plugins Fix snippets for operator|| and && by adding pair of parens. 2011-06-03 11:17:08 +01:00
QR fix bug #330: Index to int conversion warning 2011-08-23 11:02:10 +02:00
Sparse update sparse*sparse product: the default is now a conservative algorithm preserving symbolic non zeros. The previous with auto pruning of the small value is avaible doing: (A*B).pruned() or (A*B).pruned(ref) or (A*B).pruned(ref,eps) 2011-10-24 11:44:53 +02:00
StlSupport oops EIGEN_DEFINE_STL_VECTOR_SPECIALIZATION now perfroms full specialization, 2011-08-22 10:48:04 +02:00
SVD Convert tabs to spaces. 2011-09-27 15:47:04 +01:00
CMakeLists.txt Improves the filter for hidden files in "Eigen" and "Eigen/src". 2010-11-22 10:47:07 -05:00