aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/QuickReference.dox
Commit message (Collapse)AuthorAge
* Document that using raw function pointers doesn't work with unaryExpr.Gravatar David Tellenbach2021-02-27
|
* Add help messages in the quick ref/ascii docs regarding slicing, indexing, ↵Gravatar Gael Guennebaud2018-12-05
| | | | and reshaping.
* a small mistake QuickReference.dox edited online with BitbucketGravatar zhouzhaoping2017-11-09
|
* bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
|
* Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
|
* Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
|
* Add pow(scalar,array) in quick refGravatar Gael Guennebaud2015-07-20
|
* Update list of main modulesGravatar Gael Guennebaud2015-06-22
|
* Update coeff-wise quick-reference doc.Gravatar Gael Guennebaud2015-06-22
|
* QuickReference.dox: std::tan(array) --> tan(array), same for other functions.Gravatar Jitse Niesen2013-08-11
|
* Avoid phrase "static allocation" for local storage on stack (bug #615).Gravatar Jitse Niesen2013-06-18
|
* Big changes in Eigen documentation:Gravatar Gael Guennebaud2013-01-05
| | | | | | | | | | | | | | | | | | | | | | - Organize the documentation into "chapters". - Each chapter include many documentation pages, reference pages organized as modules, and a quick reference page. - The "Chapters" tree is created using the defgroup/ingroup mechanism, even for the documentation pages (i.e., .dox files for which I added an \eigenManualPage macro that we can switch between \page or \defgroup ). - Add a "General topics" entry for all pages that do not fit well in the previous "chapters". - The highlevel struture is managed by a new eigendoxy_layout.xml file. - remove the "index" and quite useless pages (namespace list, class hierarchy, member list, file list, etc.) - add the javascript search-engine. - add the "treeview" panel. - remove \tableofcontents (replace them by a custom \eigenAutoToc macro to be able to easily re-enable if needed). - add javascript to automatically generate a TOC from the h1/h2 tags of the current page, and put the TOC in the left side panel. - overload various javascript function generated by doxygen to: - remove the root of the treeview - remove links to section/subsection from the treeview - automatically expand the "Chapters" section - automatically expand the current section - adjust the height of the treeview to take into account the TOC - always use the default .css file, eigendoxy.css now only includes our modifications - use Doxyfile to specify our logo - remove cross references to unsupported modules (temporarily)
* Doc: replace manual TOC by doxygen's \tableofcontents commandGravatar Gael Guennebaud2012-12-28
|
* Fix several documentation issuesGravatar Gael Guennebaud2012-12-24
|
* Undo incorrect fix in previous commit, and fix real mistake instead.Gravatar Jitse Niesen2012-08-17
|
* 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 )
* 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
* 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).
* 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.
* 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
|
* mention reverse and replicate in the quick refGravatar Gael Guennebaud2011-02-23
|
* mention std::ptr_fun in the quickref guideGravatar Gael Guennebaud2011-02-17
|
* In QuickRefPage LinSpaced is improperly documented.Gravatar Trevor Irons2010-12-29
|
* Move doxygen comments for EIGEN_NO_DEBUG from source to I14.Gravatar Jitse Niesen2010-12-27
| | | | | | This reverts changeset 76fbe94279bda314e717cb3f98b46b253d081993 . Benoit and I agree that my approach there (to use doxygen comments) pollutes the code too much.
* allows blocks of code to be larger than the page body (like tables)Gravatar Gael Guennebaud2010-10-19
|
* 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.
* update style of the quick ref guideGravatar Gael Guennebaud2010-10-19
|
* doc updates/improvementsGravatar Benoit Jacob2010-10-15
|
* 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.
* Several changes in comments to keep Doxygen happy.Gravatar Jitse Niesen2010-07-25
|
* fix typoGravatar Thomas Capricelli2010-07-22
|
* Add (set)LinSpaced to quick reference guide.Gravatar Jitse Niesen2010-07-20
|
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
| | | | | | | * Add short documentation for Array class * Put all classes explicitly in Core module (where applicable) * Section on Modules in Quick Reference Guide * Put Page 7 after Page 6 in Contents :)
* More style fixes.Gravatar Hauke Heibel2010-06-30
|
* Slight pimping of the "Basic matrix manipulation" table.Gravatar Hauke Heibel2010-06-30
| | | | More CSS simplifications.
* Fixed some doc appearance issue.Gravatar Hauke Heibel2010-06-30
| | | | Started cleaning up the CSS.
* * update redux sectionGravatar Gael Guennebaud2010-06-28
| | | | * fix output precision to 3 for the snippets
* improve ref tablesGravatar Gael Guennebaud2010-06-26
|
* extend the quick ref table pageGravatar Gael Guennebaud2010-06-26
|
* started the quick reference tablesGravatar Gael Guennebaud2010-06-26