Go to file
Benoit Jacob 0444e3601a - add MatrixBase::eigenvalues() convenience method
- add MatrixBase::matrixNorm(); in the non-selfadjoint case, we reduce to the
  selfadjoint case by using the "C*-identity" a.k.a.
	norm of x = sqrt(norm of x * x.adjoint())
2008-06-02 04:42:45 +00:00
bench some documentation fixes (Cwise* and Cholesky) 2008-05-22 16:31:00 +00:00
disabled * find the proper way of nesting the expression in Flagged: 2008-05-28 04:38:16 +00:00
doc meagre outcome for so much time spent! 2008-06-01 03:36:49 +00:00
Eigen - add MatrixBase::eigenvalues() convenience method 2008-06-02 04:42:45 +00:00
test fix a couple of issues making the eigensolver test compile and run without aborting 2008-06-02 02:06:33 +00:00
CMakeLists.txt added an *optional* Eigen2 dynamic library. 2008-05-31 23:21:49 +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