eigen/Eigen/src
Gael Guennebaud 5010033d88 do not stop the factorization if one pivot is exactly 0, and return the
index of the first zero pivot if any
2011-01-17 11:11:22 +01:00
..
Cholesky return the index of the first non positive diagonal entry (more useful than simply true or false) 2011-01-17 11:09:03 +01:00
Core third pass of const-correctness fixes (bug #54), hopefully the last one... 2011-01-07 05:16:01 -05:00
Eigen2Support add main ei_* functions into Eigen2Support 2010-12-03 11:22:35 +01:00
Eigenvalues fix compile errors in Tridiagonalization and in doc examples 2010-12-30 04:52:20 -05:00
Geometry bug #54 - really fix const correctness except in Sparse 2010-12-22 17:45:37 -05:00
Householder Fix compilation error in HouseholderSequence introduced in my previous commit. 2011-01-07 13:46:23 +00:00
Jacobi Initial fixes for bug #85. 2010-10-25 22:13:49 +02:00
LU do not stop the factorization if one pivot is exactly 0, and return the 2011-01-17 11:11:22 +01: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 Mention ptr_fun in docs for .unaryExpr() 2010-12-27 16:35:25 +00:00
QR Make HouseholderSequence::setTrans() protected (cf. bug #50). 2011-01-06 11:30:19 +00:00
Sparse fix compilation of rowmajor sparse time diagonal 2011-01-14 20:29:55 +01:00
StlSupport Applied a fix to our std::vector specialization which prevents the usage of workaround_msvc_stl_support when T is not a class. 2010-12-02 12:33:15 +01:00
SVD fix HouseholderSequence API, bug #50: 2010-12-30 04:18:40 -05:00
CMakeLists.txt Improves the filter for hidden files in "Eigen" and "Eigen/src". 2010-11-22 10:47:07 -05:00