Go to file
Benoit Jacob 58ba9ca72f LU: remove partial-pivoting path (moderately useful since it's does
not allow to easily get the rank), fix a bug (which could have been
triggered by matrices having coefficients of very different
magnitudes).
Part: add an assert to prevent hard to find bugs
Swap: update comments
2008-08-07 04:31:05 +00:00
bench Add a LU decomposition action in BTL and various cleaning in BTL. For instance 2008-08-04 23:12:48 +00:00
demos - many updates after Cwise change 2008-07-08 07:56:01 +00:00
disabled Added MatrixBase::Unit*() static function to easily create unit/basis vectors. 2008-07-19 13:03:23 +00:00
doc * Rewrite the triangular solver so that we can take advantage of our efficient matrix-vector products: 2008-07-26 20:40:29 +00:00
Eigen LU: remove partial-pivoting path (moderately useful since it's does 2008-08-07 04:31:05 +00:00
test * LU decomposition, supporting all rectangular matrices, with full 2008-08-04 04:45:59 +00:00
CMakeLists.txt imported a reworked version of BTL (Benchmark for Templated Libraries). 2008-07-09 14:04:48 +00:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
Doxyfile Ready for alpha2 release. 2008-01-07 09:34:21 +00:00
Mainpage.dox many small fixes and documentation improvements, 2008-05-29 03:12:30 +00:00