aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* fix typo in docGravatar Gael Guennebaud2018-10-17
|
* Unify c++11 usage in doc's examples and snippetsGravatar Gael Guennebaud2018-10-08
|
* Simplify API by removing allCols/allRows and reusing rowwise/colwise to ↵Gravatar Gael Guennebaud2018-10-05
| | | | define iterators over rows/columns
* Add support for c++11 snippetsGravatar Gael Guennebaud2018-10-05
|
* Change the logic of A.reshaped<Order>() to be a simple alias to ↵Gravatar Gael Guennebaud2018-10-03
| | | | | | A.reshaped<Order>(AutoSize,fix<1>). This means that now AutoOrder is allowed, and it always return a column-vector.
* Fix documentation of reshape to vectors.Gravatar Gael Guennebaud2018-09-25
|
* merge with default EigenGravatar Gael Guennebaud2018-09-21
|\
| * Fix shadowingGravatar Gael Guennebaud2018-09-20
| |
* | Fix doc wrt previous changeGravatar Gael Guennebaud2018-09-19
| |
| * Fix doxy and misc. typosGravatar luz.paz"2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 -I ../eigen-word-whitelist.txt` --- Eigen/src/Core/ProductEvaluators.h | 4 ++-- Eigen/src/Core/arch/GPU/Half.h | 2 +- Eigen/src/Core/util/Memory.h | 2 +- Eigen/src/Geometry/Hyperplane.h | 2 +- Eigen/src/Geometry/Transform.h | 2 +- Eigen/src/Geometry/Translation.h | 12 ++++++------ doc/PreprocessorDirectives.dox | 2 +- doc/TutorialGeometry.dox | 2 +- test/boostmultiprec.cpp | 2 +- test/triangular.cpp | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-)
| * Fix shadow warnings in doc-snippetsGravatar Christoph Hertzberg2018-08-25
| |
| * Fix two small typos in the documentationGravatar Patrik Huber2018-07-26
| |
| * fix warnings for doc-eigen-prerequisitesGravatar Christoph Hertzberg2018-07-24
| |
| * Fiw some warnings in dox examplesGravatar Gael Guennebaud2018-06-07
| |
| * Fix warningGravatar Gael Guennebaud2018-06-07
| |
| * Doc: add aliasing in common pitfaffs.Gravatar Gael Guennebaud2018-05-29
| |
| * extend doxygen splitter for huge screensGravatar Gael Guennebaud2018-04-11
| |
| * Update header/footer for doxygen 1.8.13Gravatar Gael Guennebaud2018-04-11
| |
| * Fix javascript hacks for oxygen 1.8.13Gravatar Gael Guennebaud2018-04-11
| |
| * bug #1538: update manual pages regarding BDCSVD.Gravatar Gael Guennebaud2018-04-11
| |
| * MIsc. source and comment typosGravatar luz.paz2018-03-11
| | | | | | | | Found using `codespell` and `grep` from downstream FreeCAD
| * Merged in ↵Gravatar Benoit Steiner2018-03-23
| |\ | | | | | | | | | | | | | | | zzp11/eigen/zzp11/a-small-mistake-quickreferencedox-edited-1510217281963 (pull request PR-346) a small mistake QuickReference.dox edited online with Bitbucket
| * | Add possibility to overwrite EIGEN_STRONG_INLINE.Gravatar Gael Guennebaud2017-12-14
| | |
| | * a small mistake QuickReference.dox edited online with BitbucketGravatar zhouzhaoping2017-11-09
| | |
| * | Add KLU in the list of third-party sparse solversGravatar Gael Guennebaud2017-11-10
| | |
| * | Add EIGEN_MKL_NO_DIRECT_CALL optionGravatar Gael Guennebaud2017-11-09
| |/
| * bug #336: improve doc for PlainObjectBase::MapGravatar Gael Guennebaud2017-08-22
| |
| * bug #1457: add setUnit() methods for consistency.Gravatar Gael Guennebaud2017-08-22
| |
* | typosGravatar Gael Guennebaud2017-02-21
| |
* | Improve documentation of reshapedGravatar Gael Guennebaud2017-02-21
| |
* | Use Eigen::fix<N> to pass compile-time sizes.Gravatar Gael Guennebaud2017-02-11
| |
* | Use fix<> API to specify compile-time reshaped sizes.Gravatar Gael Guennebaud2017-01-29
| |
* | import yoco xiao's work on reshapeGravatar Gael Guennebaud2017-01-29
|\ \
| | * Clarify MKL_DIRECT_CALL doc.Gravatar Gael Guennebaud2017-08-17
| | |
| | * Clarify doc regarding the usage of MKL_DIRECT_CALLGravatar Gael Guennebaud2017-08-17
| | |
| | * Update documentation for CUDAGravatar Gael Guennebaud2017-07-17
| | |
| | * fix tipoGravatar Gael Guennebaud2017-06-11
| |/ |/|
* | Add \newin{3.x} doxygen commandGravatar Gael Guennebaud2017-01-17
| |
* | mergeGravatar Gael Guennebaud2017-01-11
|\ \
* | | Enable generation of doc for static variables in Eigen's namespace.Gravatar Gael Guennebaud2017-01-11
| | |
| * | Fix typoGravatar Gael Guennebaud2017-01-11
|/ /
* | Fix and workaround several doxygen issues/warningsGravatar Gael Guennebaud2017-01-04
| |
* | Add missing snippet files.Gravatar Gael Guennebaud2017-01-04
| |
* | bug #1336: fix doxygen issue regarding EIGEN_CWISE_BINARY_RETURN_TYPEGravatar Gael Guennebaud2017-01-04
| |
* | doc: Fix trivial typo in AsciiQuickReference.txtGravatar Marco Falke2017-01-01
| | | | | | | | | | * * * fixup!
* | Update and extend doc on alignment issues.Gravatar Gael Guennebaud2016-12-11
| |
* | Mention the CMAKE_PREFIX_PATH variable.Gravatar Gael Guennebaud2016-12-06
| |
* | Explain how to choose your favorite Eigen versionGravatar Gael Guennebaud2016-12-06
| |
* | doc: mention the NO_MODULE option and target availabilityGravatar Sergiu Deitsch2016-11-30
| | | | | | | | | | (grafted from 65f09be8d2aaeda054cce574ea14a74b00507011 )
* | cmake: added Eigen3::Eigen imported targetGravatar Sergiu Deitsch2016-11-22
| | | | | | | | | | (grafted from a287140f7292b9c15719bc6a3a4494ac7874e3cd )