aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* fix permissions 666->660Gravatar Benoit Jacob2009-10-02
* finally, actually purge the Main PageGravatar Benoit Jacob2009-10-02
* mergeGravatar Gael Guennebaud2009-10-01
|\
* | better fix for (v * v') * v, we still have to find a way to reorder itGravatar Gael Guennebaud2009-10-01
| * mergeGravatar Benoit Jacob2009-10-01
|/|
* | Fixed wrong line endings.Gravatar Hauke Heibel2009-10-01
| * make Replicate ctor require the exact expected typeGravatar Benoit Jacob2009-09-30
|/
* bugfix in the eigenvalue solvers (forgot to resize the eigen vectors)Gravatar Gael Guennebaud2009-09-30
* *add test to prevent future regressionGravatar Benoit Jacob2009-09-29
* add outerproduct coeff(int,int) method.Gravatar Benoit Jacob2009-09-29
* more message improvements, tell the user about building a specific testGravatar Benoit Jacob2009-09-28
* Fix compilation of HouseholderQR and ColPivotingHouseholderQR for non-square ...Gravatar Benoit Jacob2009-09-28
* * update test to expose bug #57Gravatar Benoit Jacob2009-09-28
* default argument for _jac in functor operator() : this way, we can useGravatar Thomas Capricelli2009-09-28
* * bump to 2.90.0 now that it's agreed that we're doing eigen3Gravatar Benoit Jacob2009-09-27
* improve messageGravatar Benoit Jacob2009-09-27
* remove references to adolc and split tests functions for clarityGravatar Thomas Capricelli2009-09-27
* * Introduce make targets btest (build tests), blas (build blas lib), demos (b...Gravatar Benoit Jacob2009-09-27
* remove the hack we made to allow api.kde.org to generate the dox. Update the ...Gravatar Benoit Jacob2009-09-27
* Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_...Gravatar Hauke Heibel2009-09-27
* Added private, non-implemented assignment operators to functions that don't n...Gravatar Hauke Heibel2009-09-27
* Fixed VC compilation error on the JacobiSVD module.Gravatar Hauke Heibel2009-09-27
* update URL for adol-cGravatar Thomas Capricelli2009-09-27
* update the sparse tutorial wrt not so recent changes about the filling APIGravatar Gael Guennebaud2009-09-25
* Removed implicit type conversion (VC warning fix).Gravatar Hauke Heibel2009-09-25
* Matrix::conservativeResize, resize only when necessary.Gravatar Hauke Heibel2009-09-25
* add a wip blas library built on top of Eigen. TODO:Gravatar Gael Guennebaud2009-09-25
* remove some dirty linesGravatar Gael Guennebaud2009-09-25
* extend the support for boolGravatar Gael Guennebaud2009-09-25
* Uuups that was not yet intended for a commit.Gravatar Hauke Heibel2009-09-25
* Fixed issue #57.Gravatar Hauke Heibel2009-09-25
* remove (changesets), it's enough numbers like thisGravatar Benoit Jacob2009-09-24
* * sort by last name alphabeticallyGravatar Benoit Jacob2009-09-24
* use -f so that the script is happy even if the log file is not thereGravatar Thomas Capricelli2009-09-24
* oops, don't append, overwriteGravatar Benoit Jacob2009-09-24
* improvements, especially: automatically flush the server side cacheGravatar Benoit Jacob2009-09-24
* fix typoGravatar Benoit Jacob2009-09-23
* add eigen_gen_credits scriptGravatar Benoit Jacob2009-09-23
* Removed unnecessary MSVC check.Gravatar Hauke Heibel2009-09-22
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* fix bug #42, add missing Transform::Identity()Gravatar Benoit Jacob2009-09-19
* allow to override EIGEN_RESTRICT, to satisfy a smart ass blogger who claimsGravatar Benoit Jacob2009-09-19
* add legaleseGravatar Benoit Jacob2009-09-20
* add demo of how to mix eigen with C codeGravatar Benoit Jacob2009-09-20
* implement __gnuc_forget_about_setZero_its_over_nowGravatar Gael Guennebaud2009-09-18
* undef B0Gravatar Benoit Jacob2009-09-19
* fix stable_norm unit testGravatar Gael Guennebaud2009-09-18
* update page to explain how to get rid of itGravatar Benoit Jacob2009-09-18
* finish my evalToDense => evalTo changeGravatar Gael Guennebaud2009-09-17