aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
* typosGravatar Gael Guennebaud2013-01-09
* update javascript hacks for doxygen 1.8.3Gravatar Gael Guennebaud2013-01-09
* Rename the dox files: the number prefixes are not needed anymoreGravatar Gael Guennebaud2013-01-06
* Clean the manual page titles, links and intro.Gravatar Gael Guennebaud2013-01-06
* fix typoGravatar Thomas Capricelli2013-01-06
* Check that minCoeff(int*)/maxCoeff(int*) always pick the first entry in case ...Gravatar Gael Guennebaud2013-01-05
* Fix _data() versus data() issue in SparseVector, and add a Storage typedef ju...Gravatar Gael Guennebaud2013-01-05
* Update the overview page to reflect the new organisationGravatar Gael Guennebaud2013-01-05
* Doc presentation:Gravatar Gael Guennebaud2013-01-05
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
* Set matrix to zero before inserting entries (partially fixes bug #539).Gravatar Jitse Niesen2013-01-03
* Make KroneckerProductSparse inherit EigenBase instead of SparseMatrixBase, fo...Gravatar Chen-Pang He2012-10-25
* Fix compile error caused by incomplete SparseMatrixBase.Gravatar Chen-Pang He2012-10-16
* Let KroneckerProduct inherit ReturnByValue to eliminate temporary evaluation....Gravatar Chen-Pang He2012-10-15
* Add doc for KroneckerProductSparse.Gravatar Chen-Pang He2012-10-15
* Make kroneckerProduct take two arguments and return an expression, which is m...Gravatar Chen-Pang He2012-10-15
* KroneckerProduct: we have const_cast_derived so why not use it?Gravatar Chen-Pang He2012-10-14
* Remove #include of removed header file.Gravatar Jitse Niesen2013-01-03
* Remove useless empty file.Gravatar Gael Guennebaud2013-01-03
* Doc: replace manual TOC by doxygen's \tableofcontents commandGravatar Gael Guennebaud2012-12-28
* Doc: remove page margins and limits to 60em paragraphes only instaead of the ...Gravatar Gael Guennebaud2012-12-28
* Update doxygen files to doxygen version 1.8Gravatar Gael Guennebaud2012-12-28
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
* Fix MSVC compilation: std::log was not accessible.Gravatar Gael Guennebaud2012-12-20
* Make sure sqrt and the likes are not compiled for integer type in cwiseop uni...Gravatar Gael Guennebaud2012-12-20
* Fix bug #507: Mark variable as unused in NDEBUG caseGravatar Christoph Hertzberg2012-12-20
* Merge with 6300e8ca0239ed4bfe8fbf37c5f72cb4ef3451a7Gravatar Christoph Hertzberg2012-12-17
|\
| * replaced compiler specific __attribute__((noinline)) by EIGEN_DONT_INLINEGravatar Christoph Hertzberg2012-12-17
* | Fix bug #531: Empty line in <table> made doxygen render it as paragraphsGravatar Christoph Hertzberg2012-12-17
| * updated geometry benchmark to handle additional casesGravatar Jakob Schwendner2012-12-17
| * added benchmark for test vectorization in geometry packageGravatar Jakob Schwendner2012-12-16
|/
* Fix bug #534: rm useless initialization of rowSpacer.Gravatar Gael Guennebaud2012-12-16
* Fix bug #535: unused variable warningsGravatar Gael Guennebaud2012-12-16
* Fix compilation of Block/SparseBlock with MSVCGravatar Gael Guennebaud2012-12-16
* Add arpack support module fileGravatar David Harmon2012-12-16
* Added ARPACK support for standard and generalized eigenvalue problems. Curren...Gravatar David Harmon2012-10-06
* Move work in progress Levenberg Marquardt module in unsupportedGravatar Gael Guennebaud2012-12-08
* Add missing minpack copyrights/license.Gravatar Gael Guennebaud2012-12-08
* Backed out changeset 363e506776babe4fdfb8e670fe6d91942fc61d7cGravatar Gael Guennebaud2012-12-07
* Rename the old LevenbergMarquardt class to LevenbergMarquardtLegacyGravatar Desire NUENTSA2012-12-07
* Add tests for dense and sparse levenberg-MarquardtGravatar Desire NUENTSA2012-12-07
* Move the Levenberg Marquardt to the supported branchGravatar Desire NUENTSA2012-12-07
* Fix Incomplete Cholesky factorization. Stable but need iterative robust shiftGravatar Desire NUENTSA2012-12-07
* Update SPQR interfaceGravatar Desire NUENTSA2012-12-07
* Fixed mpreal for IA64 architecturesGravatar Pavel Holoborodko2012-12-04
* fix geometry tutorialGravatar Gael Guennebaud2012-11-29
* Update SPQR module for Sparse LMGravatar Desire NUENTSA2012-11-21
* ReverseInnerIterator for SparseBlockGravatar Desire NUENTSA2012-11-16
* Move VectorBlock methods into plugin sectionGravatar Desire NUENTSA2012-11-16