| Commit message (Expand) | Author | Age |
* | Add matrix-free solver example | Gael Guennebaud | 2015-12-07 |
* | bug #1071: improve doc on lpNorm and add example for some operator norms | Gael Guennebaud | 2015-09-28 |
* | Fix documentation example | Gael Guennebaud | 2015-09-03 |
* | Update circulant custom expression example | Gael Guennebaud | 2015-02-16 |
* | New doc page on implementing a new expression class. | Jitse Niesen | 2014-09-27 |
* | Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated L... | Georg Drenkhahn | 2014-08-22 |
* | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation... | Christoph Hertzberg | 2014-07-01 |
* | Move inheritance from Eigen example in stand-alone file. | Jitse Niesen | 2013-08-02 |
* | Extend the "functions taking Eigen type" doc page to present the Ref<> option. | Gael Guennebaud | 2013-07-13 |
* | fix bug #499: the image was missing because of a dependency issue when buildi... | Gael Guennebaud | 2012-08-27 |
* | Documentation fixes. Thanks to Rodney Sparapani for reporting these. | Jitse Niesen | 2012-08-17 |
* | fix compilation of doc (broken by changeset bc6d78982fb2b8d07827246e682acdf47... | Gael Guennebaud | 2011-11-24 |
* | Allow for more iterations in SelfAdjointEigenSolver (bug #354). | Jitse Niesen | 2011-11-02 |
* | Write page on template and typename keywords in C++. | Jitse Niesen | 2011-09-10 |
* | fix build of class Block examples | Benoit Jacob | 2011-02-06 |
* | fix compile errors in Tridiagonalization and in doc examples | Benoit Jacob | 2010-12-30 |
* | Mention ptr_fun in docs for .unaryExpr() | Jitse Niesen | 2010-12-27 |
* | improvements in pages 5 and 7 of the tutorial. | Benoit Jacob | 2010-10-18 |
* | improvements in tutorial page 4 : block operations | Benoit Jacob | 2010-10-18 |
* | add jacobiSvd() method, update test & docs | Benoit Jacob | 2010-10-17 |
* | doc updates/improvements | Benoit Jacob | 2010-10-15 |
* | Updates to the Sparse unsupported solvers module. | Romain Bossart | 2010-10-04 |
* | some small improvements to the page on functions taking eigen objects. | Benoit Jacob | 2010-08-04 |
* | Add some more examples for the API documentation. | Jitse Niesen | 2010-07-24 |
* | Tutorial page 7: more typical example for .all(), minor copy-editing. | Jitse Niesen | 2010-07-23 |
* | Examples for DenseBase::middle{Rows,Cols}() | Manoj Rajagopalan | 2010-06-30 |
* | Tutorial page 4: add some text, diversify examples. | Jitse Niesen | 2010-07-14 |
* | Tutorial page 3: add more cwise operations, condense rest. | Jitse Niesen | 2010-07-12 |
* | Tutorial page 1: Put code and output side-by-side. | Jitse Niesen | 2010-07-12 |
* | fix doc compilation on non 32bits systems | Gael Guennebaud | 2010-07-11 |
* | Added more redux types/examples in tutorial and fixed some display issues | Carlos Becker | 2010-07-08 |
* | Reductions/Broadcasting/Visitor Tutorial added | Carlos Becker | 2010-07-08 |
* | polish the Array tutorial page | Benoit Jacob | 2010-07-01 |
* | fix linalg tut; remove the old one | Benoit Jacob | 2010-06-30 |
* | nearly complete page 6 / linear algebra + examples | Benoit Jacob | 2010-06-30 |
* | start linear algebra tutorial | Benoit Jacob | 2010-06-29 |
* | Added Block Operations tutorial and code examples | Carlos Becker | 2010-06-28 |
* | Modified Array Class tutorial, added examples | Carlos Becker | 2010-06-28 |
* | * update redux section | Gael Guennebaud | 2010-06-28 |
* | * use transpose() instead of row vectors (more common use case) | Gael Guennebaud | 2010-06-28 |
* | show a more fancy example for the getting started tut | Gael Guennebaud | 2010-06-27 |
* | big improvements to tutorial, especially page 2 (matrix arithmetic). | Benoit Jacob | 2010-06-26 |
* | add tutorial page 1 - the Matrix class | Benoit Jacob | 2010-06-25 |
* | int main() is a standard main() prototype, and makes for cleaner examples | Benoit Jacob | 2010-06-25 |
* | QuickStart examples: shorten var names, remove superfluous 'using'. | Jitse Niesen | 2010-06-18 |
* | Add second example to QuickStart guide. | Jitse Niesen | 2010-06-17 |
* | First draft for the 5-minute quick start guide to kick off discussions. | Jitse Niesen | 2010-06-13 |
* | remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support. | Benoit Jacob | 2010-04-22 |
* | add platform check for how to link to the standard math library. | Benoit Jacob | 2010-04-19 |
* | tests : fix compilation issues, adding <iostream> and removing | Thomas Capricelli | 2010-03-08 |