aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* Fix typo: 'explicitely' -> 'explicitly'Gravatar Henry de Valence2014-03-08
|
* Fix typo and formatingGravatar Gael Guennebaud2014-03-07
|
* Typo in the example for Eigen::SelfAdjointEigenSolver::eigenvectors, the ↵Gravatar Olivier Saut2014-03-03
| | | | first eigenvector should be col(0) not col(1)
* Fix documentation of MatrixBase::applyOnTheLeft (bug #739)Gravatar Jitse Niesen2014-02-12
| | | | Add examples; move methods from EigenBase.h to MatrixBase.h
* Added examples for casting, made better examples for MapsGravatar Christoph Hertzberg2014-02-11
|
* Add a minimalistic page on CUDA with Eigen.Gravatar Gael Guennebaud2014-01-24
|
* Add doc page on computing Least Squares.Gravatar Jitse Niesen2014-01-18
|
* Add an example showing how to use C++11 random distributionsGravatar Gael Guennebaud2014-01-07
|
* Document the fact that Random and setRandom are not reentrant (so not ↵Gravatar Gael Guennebaud2014-01-07
| | | | thread-safe)
* Fixed and simplified Matlab code and added further block-related examplesGravatar Christoph Hertzberg2013-11-29
|
* Document how to reproduce matlab's rot90Gravatar Gael Guennebaud2013-11-19
|
* Fix bug #674: typo in documentation example for BiCGSTAB. They are now ↵Gravatar Gael Guennebaud2013-10-16
| | | | proper snippet files.
* uniformize piwik code among branchesGravatar Thomas Capricelli2013-10-11
|
* Allows EIGEN_STACK_ALLOCATION_LIMIT to be 0 for no limitGravatar Gael Guennebaud2013-08-21
|
* Make the static assertions on maximal fixed size object use ↵Gravatar Gael Guennebaud2013-08-20
| | | | EIGEN_STACK_ALLOCATION_LIMIT, and raise its default value to 128KB
* Fix bug #642: add vectorization of sqrt for doubles, and make sqrt really ↵Gravatar Gael Guennebaud2013-08-19
| | | | safe if EIGEN_FAST_MATH is disabled
* Fix broken link on transforming normalsGravatar Gael Guennebaud2013-08-12
|
* bug #638: fix typos in sparse tutorialGravatar Gael Guennebaud2013-08-12
|
* QuickReference.dox: std::tan(array) --> tan(array), same for other functions.Gravatar Jitse Niesen2013-08-11
|
* doc: Explain type of result for VectorwiseOp member functions.Gravatar Jitse Niesen2013-08-06
| | | | Prompted by a question on the forum.
* Remove LinearLeastSquares.dox , which should not have been added.Gravatar Jitse Niesen2013-08-06
| | | | | Accidentally included in changeset e37ff98bbb21f2ee44c6d912002ddf2cdf05ccda .
* Move inheritance from Eigen example in stand-alone file.Gravatar Jitse Niesen2013-08-02
| | | | Also fix a small mistake (Vector3d instead of VectorXd).
* Remove obsolete sentence on LPGL in MKL doc.Gravatar Gael Guennebaud2013-07-15
|
* Extend the "functions taking Eigen type" doc page to present the Ref<> option.Gravatar Gael Guennebaud2013-07-13
|
* Fix bug in sparse documentation.Gravatar Gael Guennebaud2013-07-04
|
* Fix some doxygen errors and warnings.Gravatar Jitse Niesen2013-07-02
|
* doc: Mention vec=vec.head(n) in aliasing page.Gravatar Jitse Niesen2013-07-02
|
* Avoid phrase "static allocation" for local storage on stack (bug #615).Gravatar Jitse Niesen2013-06-18
|
* Implement mixed static/dynamic-size .block() (bug #579)Gravatar Jitse Niesen2013-06-18
|
* Require at least cmake version 2.8.2 (bug #606).Gravatar Jitse Niesen2013-06-17
|
* fix bug #597: typo in sparse documentationGravatar Gael Guennebaud2013-06-10
|
* fix a weird bug where a space was missing before a linkGravatar Thomas Capricelli2013-03-19
|
* Update matlab-eigen quick ascii reffGravatar Gael Guennebaud2013-03-11
|
* Update doc for the sparse moduleGravatar Desire NUENTSA2013-03-05
|
* Fix bug #552: disable EIGEN_GLIBC_MALLOC_ALREADY_ALIGNED when compiling with ↵Gravatar Gael Guennebaud2013-02-25
| | | | -fsanitize=address, and allow users to manually tell whether EIGEN_MALLOC_ALREADY_ALIGNED.
* Be more explicit about user-defined functions in Map tutorial.Gravatar Jitse Niesen2013-02-20
| | | | See discussion on mailing list on 18 + 19 Feb 2013.
* Remove confusing transpose() in setLinSpaced() docs.Gravatar Jitse Niesen2013-02-18
|
* add EIGEN_INITIALIZE_MATRICES_BY_NANGravatar Gael Guennebaud2013-02-07
|
* Remove TOC numbering, and minor improvement in overview.Gravatar Gael Guennebaud2013-01-12
|
* SparseQR: clean a bit the documentation, fix rows/cols methods, remove rowsQ ↵Gravatar Gael Guennebaud2013-01-12
| | | | methods and rename matrixQR to matrixR.
* update unsupported module documentation to be conformed with new ↵Gravatar Gael Guennebaud2013-01-11
| | | | documentation style
* typosGravatar Gael Guennebaud2013-01-09
|
* update javascript hacks for doxygen 1.8.3Gravatar Gael Guennebaud2013-01-09
|
* Rename the dox files: the number prefixes are not needed anymoreGravatar Gael Guennebaud2013-01-06
|
* Clean the manual page titles, links and intro.Gravatar Gael Guennebaud2013-01-06
|
* fix typoGravatar Thomas Capricelli2013-01-06
|
* Update the overview page to reflect the new organisationGravatar Gael Guennebaud2013-01-05
|
* Doc presentation:Gravatar Gael Guennebaud2013-01-05
| | | | | - remove the "modules|classes" link for module pages (they are already in the TOC) - fine tune the TOC css
* 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
|