aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* [Doc] Fix wording / typos in TemplateKeyword.doxGravatar MattPD2015-05-11
|
* [Doc] Multi-threading fixGravatar michiel van dyck2015-05-04
| | | | | | | | | | | | | OLD: n = Eigen::nbThreads( n ); NEW: n = Eigen::nbThreads( ); from: You can query the number of threads that will be used with: \code n = Eigen::nbThreads( ); \endcode Kr Michiel
* bug #998: Started fixing doxygen warningsGravatar Christoph Hertzberg2015-05-01
|
* bug #999: clarify that behavior of empty AlignedBoxes is undefined, and ↵Gravatar Christoph Hertzberg2015-04-30
| | | | further improvements in documentation
* Disable posix_memalign on Solaris and SunOS, and allows to by-pass built-in ↵Gravatar Gael Guennebaud2015-04-24
| | | | posix_memalign detection rules.
* Make html directory before generating output image thereGravatar Deanna Hood2015-03-18
|
* mergeGravatar Gael Guennebaud2015-03-04
|\
* | Update manual wrt new LSCG solver.Gravatar Gael Guennebaud2015-03-04
| |
| * New scoring functor to select the pivot.Gravatar Marc Glisse2015-03-03
|/ | | | This is can be useful for non-floating point scalars, where choosing the biggest element is generally not the best choice.
* Fix bug #961: eigen-doc.tgz included part of itself.Gravatar Gael Guennebaud2015-02-18
|
* Update circulant custom expression exampleGravatar Gael Guennebaud2015-02-16
|
* Fix doc: setConstant does not exist for SparseMatrix.Gravatar Gael Guennebaud2015-01-14
|
* Fix bug #925: typo in MatLab versions of middleRowsGravatar Gael Guennebaud2015-01-04
|
* New doc page on implementing a new expression class.Gravatar Jitse Niesen2014-09-27
|
* bug #804: copy group__TopicUnalignedArrayAssert.html to ↵Gravatar Gael Guennebaud2014-09-07
| | | | TopicUnalignedArrayAssert.html as the second is linked to by old Eigen versions.
* Add examples for hnormalized and homogenous (fix bug #846)Gravatar Gael Guennebaud2014-09-02
|
* Fixed CMakeLists.txt files to prevent CMake 3.0.0 warnings about deprecated ↵Gravatar Georg Drenkhahn2014-08-22
| | | | | | LOCATION target property. Small whitespace cleanup in CMakelLists.txt.
* bug #826: document caveats in 1x1 and 2x1 constructors.Gravatar Gael Guennebaud2014-07-21
|
* Add note to EIGEN_DONT_PARALLELIZE into preprocessor documentation page ↵Gravatar Christoph Hertzberg2014-07-18
| | | | (requested in IRC)
* bug #138: Make building of internal documentation configurable via cmake flagGravatar Christoph Hertzberg2014-07-18
|
* Mark internal namespace as \internalGravatar Chen-Pang He2014-07-06
|
* Move Doxygen-only stuff to *.doxGravatar Chen-Pang He2014-07-05
|
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵Gravatar Christoph Hertzberg2014-07-01
| | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
* Disabled HIDE_SCOPE_NAMES (default doxygen setting). This might help to ↵Gravatar Christoph Hertzberg2014-06-25
| | | | avoid API confusions as in bug #830.
* Fixed typosGravatar Christoph Hertzberg2014-06-23
|
* Explain how to export sparse linear problems in matrix-market format.Gravatar Gael Guennebaud2014-06-20
|
* Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
| | | | (files I forget in the previous commit).
* Update decompositions tablesGravatar Gael Guennebaud2014-06-17
|
* AsciiQuickReference: added .real(), .imag()Gravatar Mark Borgerding2014-05-16
| | | | | (transplanted from 11462c1a291bdb9c0ac27db25fef364e51632484 )
* fixed AsciiQuickReference typo: LinSpace -> LinSpacedGravatar Mark Borgerding2014-05-08
| | | | | (transplanted from e66781905586e3c438031597fae07306d47fea60 )
* Fix typo in Reductions tutorial.Gravatar Benjamin Chretien2014-04-17
|
* doc: Add references to Cholesky methods in SelfAdjointView.Gravatar Jitse Niesen2014-04-07
|
* 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
|