| Commit message (Expand) | Author | Age |
* | Disable underflow unit test on the i387 FPU. | Gael Guennebaud | 2016-01-30 |
* | bug #977: avoid division by 0 in normalize() and normalized(). | Gael Guennebaud | 2016-01-21 |
* | Enable vectorization of transposeInPlace for PacketSize x PacketSize matrices | Gael Guennebaud | 2015-01-26 |
* | Fix adjoint unit test: test_isApproxWithRef works for positive quantities only. | Gael Guennebaud | 2013-07-15 |
* | Fix bug #314: move remaining math functions from internal to numext namespace | Gael Guennebaud | 2013-06-10 |
* | Update adjoint unit test to avoid instantiating sqrt(int) | Gael Guennebaud | 2013-02-14 |
* | Fix bug #314: | Gael Guennebaud | 2012-11-06 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | fix more variable-set-but-not-used warnings on gcc 4.6 | Benoit Jacob | 2011-10-31 |
* | protect calls to min and max with parentheses to make Eigen compatible with d... | Gael Guennebaud | 2011-07-21 |
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
* | adapt test to the change reverting normalize() to returning void | Benoit Jacob | 2011-06-15 |
* | add test for normalize() and normalized() | Benoit Jacob | 2011-06-15 |
* | remove largeEps in adjoint unit test and use a more accurate test_isApproxWit... | Gael Guennebaud | 2011-02-18 |
* | fix unit tests for integer types in preparation for next changeset making ran... | Benoit Jacob | 2011-02-07 |
* | allow mixed complex-real and real-complex dot products | Gael Guennebaud | 2011-01-27 |
* | 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 |