| Commit message (Expand) | Author | Age |
* | add MatrixBase::stableNorm() avoiding over/under-flow | Gael Guennebaud | 2009-01-28 |
* | update testsuite script | Gael Guennebaud | 2009-01-12 |
* | Update e-mail address | Benoit Jacob | 2008-11-24 |
* | norm2() renamed to squaredNorm(), kept as deprecated for now. | Benoit Jacob | 2008-11-03 |
* | add transposeInPlace (not optimized yet for rectangular matrix) | Gael Guennebaud | 2008-10-29 |
* | if EIGEN_NICE_RANDOM is defined, the random functions will return numbers with | Benoit Jacob | 2008-09-01 |
* | * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ... | Gael Guennebaud | 2008-08-23 |
* | Various compilation fixes for MSVC 9. All tests compile but some | Gael Guennebaud | 2008-08-19 |
* | last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to | Benoit Jacob | 2008-08-12 |
* | * Merge Extract and Part to the Part expression. | Gael Guennebaud | 2008-07-21 |
* | * vectorize dot product, copying code from sum. | Benoit Jacob | 2008-06-24 |
* | * find the proper way of nesting the expression in Flagged: | Benoit Jacob | 2008-05-28 |
* | update of the testing framework: | Gael Guennebaud | 2008-05-22 |
* | generalized ei_traits<>. | Benoit Jacob | 2008-03-12 |
* | * Fix a compilation issue with large fixed-size matrices: the unrollers were... | Gael Guennebaud | 2008-03-05 |
* | Relicense --> dual-license LGPL3+/GPL2+ | Benoit Jacob | 2008-02-28 |
* | prefix global functions with ei_ as previous solution was rather | Benoit Jacob | 2008-02-28 |
* | rework Identity API: no longer restricted to square matrices | Benoit Jacob | 2008-01-11 |
* | Ready for alpha2 release. | Benoit Jacob | 2008-01-07 |
* | - move: DerivedTraits becomes MatrixBase::Traits | Benoit Jacob | 2008-01-06 |
* | expand unit-tests and fix const-qualifaction bugs thus discovered | Benoit Jacob | 2007-12-12 |
* | Expand and improve unit-tests | Benoit Jacob | 2007-12-11 |
* | rename Block to DynBlock and rework API to make place for | Benoit Jacob | 2007-12-05 |
* | Rework the unit-tests to use lower precision, so as to eliminate | Benoit Jacob | 2007-12-03 |
* | Test application now takes 'seed' and 'repeat' command-line args | Benoit Jacob | 2007-12-03 |
* | Much more convenient, less over-engineered NumTraits. Done during this KDE-Ed... | Benoit Jacob | 2007-12-02 |
* | add more unit-tests (covering transpose, conjugate, adjoint, dot product...) | Benoit Jacob | 2007-11-28 |