aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* import back LeastSquares into eigen2support. Pass most of eigen2's 'regressio...Gravatar Benoit Jacob2011-01-26
* mergeGravatar Gael Guennebaud2011-01-26
|\
* | extend PermutationMatrix and Transpositions to support arbitrary interger typ...Gravatar Gael Guennebaud2011-01-26
| * eigen2 support: import SVD back, pass SVD testsGravatar Benoit Jacob2011-01-26
| * fix the remainder of bug #159Gravatar Benoit Jacob2011-01-26
| * fix the eigen3 part of bug #159 - build issue with selfadjointviewGravatar Benoit Jacob2011-01-26
| * fix bug #160 - forgot hg addGravatar Benoit Jacob2011-01-25
| * fix bug #161Gravatar Benoit Jacob2011-01-25
| * fix buildGravatar Benoit Jacob2011-01-25
| * eigen2 support: implement part<SelfAdjoint>, mimic eigen2 behavior braindeadn...Gravatar Benoit Jacob2011-01-25
| * mergeGravatar Benoit Jacob2011-01-25
| |\
| * | eigen2: pass QR decomposition and hyperplane testsGravatar Benoit Jacob2011-01-25
| | * one more const missingGravatar Gael Guennebaud2011-01-25
| | * fix compilation after recent const change in return typesGravatar Gael Guennebaud2011-01-25
| * | eigen2: pass the inverse testGravatar Benoit Jacob2011-01-25
| * | eigen2: pass lu testGravatar Benoit Jacob2011-01-25
| |/
| * eigen2: fix USING_PART_OF_NAMESPACE_EIGENGravatar Benoit Jacob2011-01-25
* | fix USING_PART_OF_NAMESPACE_EIGEN to export ei_ prefixed math functionsGravatar Gael Guennebaud2011-01-25
|/
* fix missing const qualifier in cwiseEqualGravatar Gael Guennebaud2011-01-24
* import eigen2 Geometry module into Eigen2Support.Gravatar Benoit Jacob2011-01-24
* fix compilation of array testsGravatar Benoit Jacob2011-01-24
* fix compilation of Eigen/Geometry with EIGEN2_SUPPORT: was including non-exis...Gravatar Benoit Jacob2011-01-24
* const-qualify template parameters representing const arguments to expressions.Gravatar Benoit Jacob2011-01-24
* pass eigen2's triangular testGravatar Benoit Jacob2011-01-23
* Move part() to EIGEN2_SUPPORT (had been deprecated for a long time)Gravatar Benoit Jacob2011-01-23
* make eigen2 visitor test passGravatar Benoit Jacob2011-01-23
* rename build stages to multiples of 10; old stage 2 becomes stage 15, while s...Gravatar Benoit Jacob2011-01-23
* make eigen2 dynalloc test pass (add to eigen2 support some internal stuff tha...Gravatar Benoit Jacob2011-01-21
* relax Map const correctness in eigen2 support stages <= 3Gravatar Benoit Jacob2011-01-21
* make eigen2 submatrices test passGravatar Benoit Jacob2011-01-21
* 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
* 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
* 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
* 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
* Make HouseholderSequence::setTrans() protected (cf. bug #50).Gravatar Jitse Niesen2011-01-06
* Fixed #148 where a const-accessor for coefficients was missing in the MatrixW...Gravatar Hauke Heibel2011-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