| Commit message (Expand) | Author | Age |
* | bug #1741: fix self-adjoint*matrix, triangular*matrix, and triangular^1*matri... | Gael Guennebaud | 2019-09-11 |
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR... | Gael Guennebaud | 2018-07-17 |
* | Remove local Index typedef from unit-tests | Gael Guennebaud | 2018-07-12 |
* | Add transpose, adjoint, conjugate methods to SelfAdjointView (useful to write... | Gael Guennebaud | 2016-12-20 |
* | Clean source code and unit tests with respect to -Wunused-local-typedefs | Gael Guennebaud | 2013-04-10 |
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
* | add the possibility to configure the maximal matrix size in the unit tests | Gael Guennebaud | 2011-07-12 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | add missing specialization for vector * selfadjoint | Gael Guennebaud | 2010-08-19 |
* | extend product unit tests | Gael Guennebaud | 2010-07-07 |
* | email change | Gael Guennebaud | 2010-06-24 |
* | makes sure to test small sizes | Gael Guennebaud | 2010-06-24 |
* | add missing typename | Gael Guennebaud | 2010-06-22 |
* | Utilize Index in all unit tests. | Hauke Heibel | 2010-06-20 |
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia... | Benoit Jacob | 2010-03-21 |
* | fix trsolve | Gael Guennebaud | 2010-03-06 |
* | remove the Triangular suffix to Upper, Lower, UnitLower, etc, | Gael Guennebaud | 2010-01-07 |
* | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
* | kill ei_add_test_multi. Now the macro ei_add_test does all that automatically... | Benoit Jacob | 2009-10-19 |
* | Adaptions from .lazy() towards .noalias(). | Hauke Heibel | 2009-08-31 |
* | overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op... | Gael Guennebaud | 2009-08-11 |
* | add a debug mechanism to compute the number of intermediate evaluations (only... | Gael Guennebaud | 2009-07-28 |
* | various compilation and bug fixes in selfadjoint stuff | Gael Guennebaud | 2009-07-27 |
* | split and add unit tests for symm and syrk, | Gael Guennebaud | 2009-07-23 |