aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
...
* | Fix some typos in sparse tutorial.Gravatar Jitse Niesen2012-06-20
| |
* | significantly extend the tutorial of sparse matricesGravatar Gael Guennebaud2012-06-20
| |
* | fix geometry tutorial about scalings.Gravatar Gael Guennebaud2012-06-18
| |
* | update custom scalar type docGravatar Gael Guennebaud2012-06-18
| |
* | Update custom scalar example, based on unstable/Eigen/AdolcForward .Gravatar Jitse Niesen2012-06-16
| |
* | bug #466: better fix for the race condition: this new patch add an ↵Gravatar Gael Guennebaud2012-06-14
| | | | | | | | | | | | | | initParallel() function which must be called at the initialization time of any multi-threaded application calling Eigen from multiple threads.
* | fix typoGravatar Gael Guennebaud2012-06-11
| |
* | discourage users to user developer preprocessor directivesGravatar Gael Guennebaud2012-06-06
|/
* The sparse quick reference guide is not readyGravatar Desire NUENTSA2012-05-25
|
* Add a preliminary reference guide on sparse interfaceGravatar Desire NUENTSA2012-05-25
|
* Warn users against dangerous macros.Gravatar Jitse Niesen2012-05-13
| | | | Also, mark EIGEN_DEFAULT_TO_ROW_MAJOR as internal (see also bug #422).
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
|
* suppress generation of TEMPLATE_RELATIONS: they are useful but take much too ↵Gravatar Gael Guennebaud2012-02-09
| | | | much space
* Add a tutorial page on the Map class, and add a section to ↵Gravatar Tim Holy2012-02-08
| | | | FunctionsTakingEigenTypes about multiple-argument functions and the pitfalls when using Map/Expression types.
* add the recent setFromTriplets() feature in the manualGravatar Gael Guennebaud2012-02-04
|
* Correct description of rankUpdate() in quick reference guide.Gravatar Jitse Niesen2012-01-09
| | | | | | Thanks to Sameer Agarwal for pointing out this mistake. (transplanted from bc0fc5d21e420766bcf4e3e89cfd87eb7ab68bea )
* we need to define EXTRACT_ALL to YES to get doxygen see the whole hierarchy. ↵Gravatar Gael Guennebaud2011-12-20
| | | | Exclude internal::* from the doc.
* workaround doxygen limitation to follow the base class of PlainObjectBaseGravatar Gael Guennebaud2011-12-19
|
* fix sparse insertion exampleGravatar Gael Guennebaud2011-12-11
|
* add a "using MKL" documentation page, add a minimal documentation of PARDISO ↵Gravatar Gael Guennebaud2011-12-09
| | | | wrapper classes, refine a bit the EIGEN_USE_* logic
* Document QuaternionBase, minor doc improvements.Gravatar Jitse Niesen2011-12-08
| | | | | | | * Document class QuaternionBase so that docs for members are displayed. * Remove obsolete \redstar refering to Array module * Fix typo in Constants.h * Document EIGEN_NO_AUTOMATIC_RESIZING
* fix matrix names in the insertion exampleGravatar Gael Guennebaud2011-12-03
|
* improve sparse manualGravatar Gael Guennebaud2011-12-03
|
* Extend tutorial page on broadcasting to reflect recent changes.Gravatar Jitse Niesen2011-12-01
|
* add two alternative solutions to the problem of fixed size membersGravatar Gael Guennebaud2011-11-25
|
* draft of the new sparse manual reflecting the new sparse moduleGravatar Gael Guennebaud2011-11-24
|
* fix compilation of doc (broken by changeset ↵Gravatar Gael Guennebaud2011-11-24
| | | | | | bc6d78982fb2b8d07827246e682acdf47d0e8944 - General tightening/testing of vectorwise ops)
* Add simple example on how to compute Cholesky decomposition.Gravatar Jitse Niesen2011-11-07
|
* Automatically produce a tgz archive of the documentation.Gravatar Gael Guennebaud2011-11-05
|
* Allow for more iterations in SelfAdjointEigenSolver (bug #354).Gravatar Jitse Niesen2011-11-02
| | | | | Add an assert to guard against using eigenvalues that have not converged. Add call to info() in tutorial example to cover non-convergence.
* Mention that the axis in AngleAxis have to be normalized.Gravatar Gael Guennebaud2011-11-01
|
* update the decomposition catalogueGravatar Gael Guennebaud2011-10-14
|
* Typo in geometry tutorial.Gravatar Jitse Niesen2011-09-19
|
* Write page on template and typename keywords in C++.Gravatar Jitse Niesen2011-09-10
| | | | | | | After yet another question on the forum, I decided to write something on this common issue. Now we just need to link to this and get people to read it. Thanks to mattb on the forum for some links. Caveat: IANALL (I am not a language lawyer).
* Put docs for unsupported modules in right place.Gravatar Jitse Niesen2011-09-07
| | | | | | | Doxygen was confused by the unsupported modules being partly in the doc/ directly, instead of completely in unsupported/doc/ . Thus, the link to the unsupported modules on the server did not work (I think this manifested itself after doxygen was upgraded on the server).
* Relatively straightforward changes to wording of documentation, focusing ↵Gravatar Tim Holy2011-06-20
| | | | particularly on the sparse and (to a lesser extent) geometry pages.
* A first tiny test commit: fix a spelling error in the documentation.Gravatar Tim Holy2011-06-19
|
* Suggest placing Eigen directory in system include path.Gravatar Zach Ploskey2011-06-17
|
* Fixed a few typos and cleaned up some language.Gravatar Zach Ploskey2011-06-17
|
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
|
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
|
* fix bug #278: geometry tutorialGravatar Gael Guennebaud2011-05-28
| | | | | (transplanted from 3cd1641dac7b9cc0f969d3ad656c15f037f2d1d1 )
* Document some more preprocessor symbols:Gravatar Jitse Niesen2011-05-04
| | | | EIGEN_NO_MALLOC, EIGEN_RUNTIME_NO_MALLOC, eigen_assert.
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
| | | | | | To get the links to work, I also had to document the Eigen namespace. Unfortunately, this means that the word Eigen is linked whenever it appears in the docs.
* I doubt this change was intented to be committedGravatar Gael Guennebaud2011-04-20
| | | | ss: Enter commit message. Lines beginning with 'HG:' are removed.
* be nice with the server : dont use -j3Gravatar Thomas Capricelli2011-04-19
|
* std::min/max are not implemented and they cannot be implemented easilyGravatar Gael Guennebaud2011-04-04
|
* Correct typo in QuickReference doc, plus typographical improvements.Gravatar Jitse Niesen2011-04-01
|
* fix typosGravatar Benoit Jacob2011-03-21
|
* make compile_snippet use Eigen/DenseGravatar Benoit Jacob2011-03-20
|