Go to file
Gael Guennebaud b4c974d059 Added triangular assignement, e.g.:
m.upper() = a+b;
only updates the upper triangular part of m.
Note that:
 m = (a+b).upper();
updates all coefficients of m (but half of the additions
will be skiped)

Updated back/forward substitution to better use Eigen's capability.
2008-04-26 19:20:26 +00:00
bench give up on OpenMP... for now 2008-04-18 07:57:46 +00:00
disabled -new: recursive costs system, useful to determine automatically 2008-04-03 11:10:17 +00:00
doc * Start of the LU module, with matrix inversion already there and 2008-04-14 08:20:24 +00:00
Eigen Added triangular assignement, e.g.: 2008-04-26 19:20:26 +00:00
test added a tough test to check the determinant that currently fails 2008-04-25 23:13:20 +00:00
CMakeLists.txt - cleaner use of OpenMP (no code duplication anymore) 2008-04-11 14:28:42 +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 Ready for alpha2 release. 2008-01-07 09:34:21 +00:00