aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* introduce the 3 stages of eigen2 support, writing to the mailing list about t...Gravatar Benoit Jacob2011-01-21
* lots more EIGEN2_SUPPORT fixes. Now several of the most important core tests ...Gravatar Benoit Jacob2011-01-20
* Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.Gravatar Benoit Jacob2011-01-20
* big eigen2support fix, aimed at users who relied on internal eigen2 stuff: no...Gravatar Benoit Jacob2011-01-19
* restore the behavior of defaulting to Release build typeGravatar Benoit Jacob2011-01-19
* import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2Gravatar Benoit Jacob2011-01-19
* fix bug #155, const-related compilation errorGravatar Benoit Jacob2011-01-18
* Added remaining const coeffRef accessors to Array- and MatrixWrapper.Gravatar Hauke Heibel2011-01-18
* __cpuidex is not (always) present in VS 2008 + SP1, it seemsGravatar Benoit Jacob2011-01-17
* Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR to allow the cmake project t...Gravatar hamelin.philippe2011-01-17
* do not stop the factorization if one pivot is exactly 0, and return theGravatar Gael Guennebaud2011-01-17
* return the index of the first non positive diagonal entry (more useful than s...Gravatar Gael Guennebaud2011-01-17
* fix compilation of rowmajor sparse time diagonalGravatar Gael Guennebaud2011-01-14
* fix EIGEN_TEST_NOQT (reported by Philippe Hamelin)Gravatar Thomas Capricelli2011-01-14
* Update of CPUID macros to fix segfaults in amd64 code.Gravatar Jose Luis Blanco2011-01-05
* third pass of const-correctness fixes (bug #54), hopefully the last one...Gravatar Benoit Jacob2011-01-07
* add plugin mechanism to sparse objectsGravatar Gael Guennebaud2011-01-07
* Fix compilation error in HouseholderSequence introduced in my previous commit.Gravatar Jitse Niesen2011-01-07
* Fix bug #38Gravatar Romain Bossart2011-01-07
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
* Decrease the degree of the polynomials being tested to reduce time spent duri...Gravatar Manuel Yguel2011-01-05
* Fixed #148 where a const-accessor for coefficients was missing in the MatrixW...Gravatar Hauke Heibel2011-01-04
* fix compilation when defaulting to row majorGravatar Gael Guennebaud2011-01-04
* fix openglsupport unit test when defaulting to row majorGravatar Gael Guennebaud2011-01-04
* fix vectorization_logic unit test when defaulting to row majorGravatar Gael Guennebaud2011-01-04
* Fix bug in symmetric rank-2 update for row-major matrices (bug #144).Gravatar Jitse Niesen2011-01-04
* Const-correctness fix for gemv_selector<OnTheRight,ColMajor,true> (bug #144).Gravatar Jitse Niesen2011-01-04
* fix severe perf bug: coeff-based matrix products were not considered aligned,...Gravatar Benoit Jacob2011-01-02
* Document HouseholderSequence.Gravatar Jitse Niesen2011-01-02
* make the table fit within 80 charactersGravatar Gael Guennebaud2011-01-01
* an attempt to fix a compilation issue with -std=c++0xGravatar Gael Guennebaud2011-01-01
* Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise the...Gravatar Jose Luis Blanco2010-12-29
* mergeGravatar Gael Guennebaud2010-12-31
|\
| * fix sparse time dense product with a rowmajor lhsGravatar Gael Guennebaud2010-12-31
* | [Sparse] Added regression tests for the two bugfixes, the code passes all spa...Gravatar David J. Luitz2010-12-30
|/
* fix compilation of code using e.g. Transpose<const Foo>::data() non-const-qua...Gravatar Benoit Jacob2010-12-30
* fix compile errors in Tridiagonalization and in doc examplesGravatar Benoit Jacob2010-12-30
* fix HouseholderSequence API, bug #50:Gravatar Benoit Jacob2010-12-30
* In QuickRefPage LinSpaced is improperly documented.Gravatar Trevor Irons2010-12-29
* Rename EIGEN_DENSESTORAGEBASE_PLUGIN to EIGEN_PLAINOBJECTBASE_PLUGIN.Gravatar Jitse Niesen2010-12-29
* fixed msvc9 build errors.Gravatar Jose Luis Blanco2010-12-29
* Enable GSL tests (reverts part of changeset 6628534eb587f6d96e9c8bbc0447f9685...Gravatar Jitse Niesen2010-12-29
* fix MSVC warnings, bug #143Gravatar Jose Luis Blanco2010-12-29
* fix preprocessor checks for availability of cpuidGravatar Thomas Capricelli2010-12-28
* Mention ptr_fun in docs for .unaryExpr()Gravatar Jitse Niesen2010-12-27
* Extend doc page on preprocessor directives.Gravatar Jitse Niesen2010-12-27
* Move doxygen comments for EIGEN_NO_DEBUG from source to I14.Gravatar Jitse Niesen2010-12-27
* Move section on preprocessor directives from I00 to its own page.Gravatar Jitse Niesen2010-12-27
* Finish doc page on aliasing.Gravatar Jitse Niesen2010-12-27
* move BandMatrix and TridiagonalMatrix to the internal:: namespaceGravatar Benoit Jacob2010-12-25