aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/I13_FunctionsTakingEigenTypes.dox
Commit message (Collapse)AuthorAge
* 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.
* remove EIGEN_REF_TO_TEMPORARY, clarify docsGravatar Benoit Jacob2010-12-25
|
* make example compileGravatar Benoit Jacob2010-11-24
|
* minor fixesGravatar Benoit Jacob2010-11-24
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Improved I13_FunctionsTakingEigenTypes.dox.Gravatar Hauke Heibel2010-10-21
| | | | Removed the r-value reference part and focused on EIGEN_REF_TO_TEMPORARY only.
* move tables from class "tutorial_code" to "example"Gravatar Benoit Jacob2010-10-19
| | | | also remove a align="center" in the Aliasing page -- it doesn't make sense to have 1 centered table page when all others are left aligned.
* Docs: Improved the docs for writing functions taking Eigen types.Gravatar Hauke Heibel2010-08-27
| | | | | | - Removed the wrong statement about the MSVC compiler. - Reformulated "simple functions" usage. - Reformulated the summary paragraph about writable parameters.
* some small improvements to the page on functions taking eigen objects.Gravatar Benoit Jacob2010-08-04
| | | | | - make the beginning more precise - make the first example be a full selfcontained compiled example, no need for all the others, but having the first one doesn't hurt.
* Added more examples to the function writing tutorial including EigenBase, ↵Gravatar Hauke Heibel2010-08-04
| | | | DenseBase, etc.
* Fixed some typos and reformulated a few sentences.Gravatar Hauke Heibel2010-08-04
|
* Added a tutorial on writing functions taking Eigen types.Gravatar Hauke Heibel2010-08-04