Go to file
Gael Guennebaud 4c92150676 Added Triangular expression to extract upper or lower (strictly or not)
part of a matrix. Triangular also provide an optimised method for forward
and backward substitution. Further optimizations regarding assignments and
products might come later.

Updated determinant() to take into account triangular matrices.

Started the QR module with a QR decompostion algorithm.
Help needed to build a QR algorithm (eigen solver) based on it.
2008-04-26 18:26:05 +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 expression to extract upper or lower (strictly or not) 2008-04-26 18:26:05 +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