| Commit message (Expand) | Author | Age |
* | const-qualify template parameters representing const arguments to expressions. | Benoit Jacob | 2011-01-24 |
* | fix compilation of LU class example | Benoit Jacob | 2011-01-24 |
* | pass eigen2's triangular test | Benoit Jacob | 2011-01-23 |
* | Move part() to EIGEN2_SUPPORT (had been deprecated for a long time) | Benoit Jacob | 2011-01-23 |
* | make eigen2 visitor test pass | Benoit Jacob | 2011-01-23 |
* | rename build stages to multiples of 10; old stage 2 becomes stage 15, while s... | Benoit Jacob | 2011-01-23 |
* | make eigen2 dynalloc test pass (add to eigen2 support some internal stuff tha... | Benoit Jacob | 2011-01-21 |
* | 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 |
* | restore the behavior of defaulting to Release build type | Benoit Jacob | 2011-01-19 |
* | import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2 | Benoit Jacob | 2011-01-19 |
* | fix bug #155, const-related compilation error | Benoit Jacob | 2011-01-18 |
* | Added remaining const coeffRef accessors to Array- and MatrixWrapper. | Hauke Heibel | 2011-01-18 |
* | __cpuidex is not (always) present in VS 2008 + SP1, it seems | Benoit Jacob | 2011-01-17 |
* | Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR to allow the cmake project t... | hamelin.philippe | 2011-01-17 |
* | do not stop the factorization if one pivot is exactly 0, and return the | Gael Guennebaud | 2011-01-17 |
* | return the index of the first non positive diagonal entry (more useful than s... | Gael Guennebaud | 2011-01-17 |
* | fix compilation of rowmajor sparse time diagonal | Gael Guennebaud | 2011-01-14 |
* | fix EIGEN_TEST_NOQT (reported by Philippe Hamelin) | Thomas Capricelli | 2011-01-14 |
* | Update of CPUID macros to fix segfaults in amd64 code. | Jose Luis Blanco | 2011-01-05 |
* | third pass of const-correctness fixes (bug #54), hopefully the last one... | Benoit Jacob | 2011-01-07 |
* | add plugin mechanism to sparse objects | Gael Guennebaud | 2011-01-07 |
* | Fix compilation error in HouseholderSequence introduced in my previous commit. | Jitse Niesen | 2011-01-07 |
* | Fix bug #38 | Romain Bossart | 2011-01-07 |
* | Make HouseholderSequence::setTrans() protected (cf. bug #50). | Jitse Niesen | 2011-01-06 |
* | Decrease the degree of the polynomials being tested to reduce time spent duri... | Manuel Yguel | 2011-01-05 |
* | Fixed #148 where a const-accessor for coefficients was missing in the MatrixW... | Hauke Heibel | 2011-01-04 |
* | fix compilation when defaulting to row major | Gael Guennebaud | 2011-01-04 |
* | fix openglsupport unit test when defaulting to row major | Gael Guennebaud | 2011-01-04 |
* | fix vectorization_logic unit test when defaulting to row major | Gael Guennebaud | 2011-01-04 |
* | Fix bug in symmetric rank-2 update for row-major matrices (bug #144). | Jitse Niesen | 2011-01-04 |
* | Const-correctness fix for gemv_selector<OnTheRight,ColMajor,true> (bug #144). | Jitse Niesen | 2011-01-04 |
* | fix severe perf bug: coeff-based matrix products were not considered aligned,... | Benoit Jacob | 2011-01-02 |
* | Document HouseholderSequence. | Jitse Niesen | 2011-01-02 |
* | make the table fit within 80 characters | Gael Guennebaud | 2011-01-01 |
* | an attempt to fix a compilation issue with -std=c++0x | Gael Guennebaud | 2011-01-01 |
* | Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise the... | Jose Luis Blanco | 2010-12-29 |
* | merge | Gael Guennebaud | 2010-12-31 |
|\ |
|
| * | fix sparse time dense product with a rowmajor lhs | 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 compilation of code using e.g. Transpose<const Foo>::data() non-const-qua... | Benoit Jacob | 2010-12-30 |
* | fix compile errors in Tridiagonalization and in doc examples | Benoit Jacob | 2010-12-30 |
* | fix HouseholderSequence API, bug #50: | Benoit Jacob | 2010-12-30 |
* | In QuickRefPage LinSpaced is improperly documented. | Trevor Irons | 2010-12-29 |
* | Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN. | Jitse Niesen | 2010-12-29 |