aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I00_CustomizingEigen.dox
Commit message (Collapse)AuthorAge
* update custom scalar type docGravatar Gael Guennebaud2012-06-18
|
* Update custom scalar example, based on unstable/Eigen/AdolcForward .Gravatar Jitse Niesen2012-06-16
|
* Improve documentation of plugins.Gravatar Jitse Niesen2011-02-13
|
* Move section on preprocessor directives from I00 to its own page.Gravatar Jitse Niesen2010-12-27
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Document EIGEN_NO_DEBUG macro.Gravatar Jitse Niesen2010-08-10
| | | | I needed some doxygen tricks to get this to work, so it may not be worth it.
* * update the general TOCGravatar Gael Guennebaud2010-07-04
| | | | | * integrate the old geometry/sparse tutorial into the new one (they are better than nothing) * remove the old tutorial on the core module
* dont try passing --version to qccGravatar Benoit Jacob2010-04-29
|
* Complete rework of global math functions and NumTraits.Gravatar Benoit Jacob2010-04-28
| | | | | | | | * Now completely generic so all standard integer types (like char...) are supported. ** add unit test for that (integer_types). * NumTraits does no longer inherit numeric_limits * All math functions are now templated * Better guard (static asserts) against using certain math functions on integer types.
* fix MatrixBaseAddons exampleGravatar Gael Guennebaud2010-01-17
|
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
| | | | Added documentation to some of the typedefs.
* * eigen2->eigen3Gravatar Benoit Jacob2009-11-19
| | | | | * bump version to 2.91.0 * add FindEigen3.cmake
* update URL for adol-cGravatar Thomas Capricelli2009-09-27
|
* documentation about inheriting from Eigen::MatrixGravatar Thomas Capricelli2009-02-08
|
* * classify and sort the doxygen "related pages"Gravatar Gael Guennebaud2009-02-04
by tweaking the filename and adding 2 categories: Troubleshooting and Advanced * use the EXCLUDE_SYMBOLS to clean the class list (insteaded of a homemade bash script) * remove the broken "exemple list" * re-structure the unsupported directory as mentionned in the ML and integrate the doc as follow: - snippets of the unsupported directory are directly imported from the main snippets/CMakefile.txt (no need to duplicate code) - add a top level "Unsupported modules" group - unsupported modules have to defined their own sub group and nest it using \ingroup Unsupported_modules - then a pair of //@{ //@} will put everything in the submodule - this is just a proposal !