| Commit message (Expand) | Author | Age |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
* | Complete rework of global math functions and NumTraits. | Benoit Jacob | 2010-04-28 |
* | * fix aliasing checks when the lhs is also transposed. At the same time, | Gael Guennebaud | 2009-12-16 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | add a stable_norm unit test | Gael Guennebaud | 2009-09-07 |
* | add overloads of lazyAssign to detect common aliasing issue with | Gael Guennebaud | 2009-08-15 |
* | make the dot product linear in the second variable, not the first variable | Benoit Jacob | 2009-08-03 |
* | re-implement stableNorm using a homemade blocky and | Gael Guennebaud | 2009-07-17 |
* | fix issue #25 : the problem was that we assumed Dynamic was a multiple of a p... | Gael Guennebaud | 2009-07-15 |
* | fix typo in blue norm | Gael Guennebaud | 2009-07-14 |
* | add a blueNorm() function implementing the Blues's stable norm | Gael Guennebaud | 2009-07-13 |
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
* | add adjointInPlace() and add documentation warnings on adjoint() and transpos... | Benoit Jacob | 2009-03-31 |
* | 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 |