| Commit message (Expand) | Author | Age |
* | rename build stages to multiples of 10; old stage 2 becomes stage 15, while s... | Benoit Jacob | 2011-01-23 |
* | relax Map const correctness in eigen2 support stages <= 3 | Benoit Jacob | 2011-01-21 |
* | remove eigen2 vectorization_logic test, it's not an API test | Benoit Jacob | 2011-01-21 |
* | make eigen2 submatrices test pass | Benoit Jacob | 2011-01-21 |
* | introduce the 3 stages of eigen2 support, writing to the mailing list about t... | Benoit Jacob | 2011-01-21 |
* | lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ... | Benoit Jacob | 2011-01-20 |
* | Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT. | Benoit Jacob | 2011-01-20 |
* | big eigen2support fix, aimed at users who relied on internal eigen2 stuff: no... | Benoit Jacob | 2011-01-19 |
* | import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2 | Benoit Jacob | 2011-01-19 |
* | fix EIGEN_TEST_NOQT (reported by Philippe Hamelin) | Thomas Capricelli | 2011-01-14 |
* | Make HouseholderSequence::setTrans() protected (cf. bug #50). | Jitse Niesen | 2011-01-06 |
* | fix vectorization_logic unit test when defaulting to row major | Gael Guennebaud | 2011-01-04 |
* | fix severe perf bug: coeff-based matrix products were not considered aligned,... | Benoit Jacob | 2011-01-02 |
* | merge | Gael Guennebaud | 2010-12-31 |
|\ |
|
* | | [Sparse] Added regression tests for the two bugfixes, the code passes all spa... | David J. Luitz | 2010-12-30 |
|/ |
|
* | fix HouseholderSequence API, bug #50: | Benoit Jacob | 2010-12-30 |
* | move BandMatrix and TridiagonalMatrix to the internal:: namespace | Benoit Jacob | 2010-12-25 |
* | rename macro | Benoit Jacob | 2010-12-25 |
* | bug #54 - really fix const correctness except in Sparse | Benoit Jacob | 2010-12-22 |
* | Re-enabled the missing tests, again... | Hauke Heibel | 2010-12-16 |
* | Improved the array unit test - internal::isApprox needs to use the same preci... | Hauke Heibel | 2010-12-16 |
* | Uups - re-enabled subtests 1 to 5. | Hauke Heibel | 2010-12-16 |
* | Fixed compound subtraction in ArrayBase where the assignment needs to be carr... | Hauke Heibel | 2010-12-16 |
* | Added unit test for matrix creation from const raw data. | Hauke Heibel | 2010-12-15 |
* | fix intermittend failure of schur_real test: there only is an iterative proce... | Benoit Jacob | 2010-12-10 |
* | bug #54 - The big Map const-correctness changes | Benoit Jacob | 2010-12-10 |
* | fix bug #127. our product selection logic was flawed in that it used the Max-... | Benoit Jacob | 2010-12-09 |
* | add main ei_* functions into Eigen2Support | Gael Guennebaud | 2010-12-03 |
* | Removed remove_const_on_value_type since the meaning is unclear and it is in ... | Hauke Heibel | 2010-11-26 |
* | Postfixed add_const and remove_const by _on_value_type to express the differe... | Hauke Heibel | 2010-11-26 |
* | Merge. | Jitse Niesen | 2010-11-26 |
|\ |
|
* | | add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m... | Gael Guennebaud | 2010-11-26 |
| * | Compilation fix in case EIGEN_DEBUG_ASSERTS is defined. | Jitse Niesen | 2010-11-26 |
|/ |
|
* | fix bug #122 : rank 2 update test and scalar multiple extraction were both wrong | Gael Guennebaud | 2010-11-23 |
* | make UpperBidiagonalization internal: don't want to support it, it's not used. | Benoit Jacob | 2010-11-23 |
* | fix bug #120 : compilation issue of trsolve unit test | Gael Guennebaud | 2010-11-22 |
* | add regression unit test | Gael Guennebaud | 2010-11-19 |
* | new feature: copy from a sparse selfadjoint view to a full sparse matrix | Gael Guennebaud | 2010-11-15 |
* | generalize our internal rank K update routine to support more general A*B pro... | Gael Guennebaud | 2010-11-10 |
* | extend unit test to cover previous bug | Gael Guennebaud | 2010-11-05 |
* | trsv: add support for inner-stride!=1, reduce code instanciation, move implem... | Gael Guennebaud | 2010-11-05 |
* | fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test) | Gael Guennebaud | 2010-11-04 |
* | Additional fix to enforce the compiler to use the correct prunning method. | Hauke Heibel | 2010-11-02 |
* | implement VERIFY in a function so it doesn't get compiled thousands of times. | Benoit Jacob | 2010-10-29 |
* | on test failure, abort instead of exit, so we can get a stack trace | Benoit Jacob | 2010-10-29 |
* | fix bug #92 - we were doing stupid things when passing the list of libraries ... | Benoit Jacob | 2010-10-28 |
* | Renamed cleantype to remove_all since it is close to remove_{const|pointer|re... | Hauke Heibel | 2010-10-26 |
* | Initial fixes for bug #85. | Hauke Heibel | 2010-10-25 |
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
* | rename PlanarRotation -> JacobiRotation | Benoit Jacob | 2010-10-19 |