aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
...
* Add help messages in the quick ref/ascii docs regarding slicing, indexing, ↵Gravatar Gael Guennebaud2018-12-05
| | | | and reshaping.
* Fix page nestingGravatar Gael Guennebaud2018-12-05
|
* Small typo found be Patrick Huber (pull request PR-547)Gravatar Christoph Hertzberg2018-11-23
|
* Improve doc on multi-threading and warn about hyper-threadingGravatar Gael Guennebaud2018-11-14
|
* doxygen does not like \addtogroup and \ingroup in the same lineGravatar Gael Guennebaud2018-11-14
|
* [PATCH 1/2] Misc. typosGravatar luz.paz"2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From 68d431b4c14ad60a778ee93c1f59ecc4b931950e Mon Sep 17 00:00:00 2001 Found via `codespell -q 3 -I ../eigen-word-whitelist.txt` where the whitelists consists of: ``` als ans cas dum lastr lowd nd overfl pres preverse substraction te uint whch ``` --- CMakeLists.txt | 26 +++++++++---------- Eigen/src/Core/GenericPacketMath.h | 2 +- Eigen/src/SparseLU/SparseLU.h | 2 +- bench/bench_norm.cpp | 2 +- doc/HiPerformance.dox | 2 +- doc/QuickStartGuide.dox | 2 +- .../Eigen/CXX11/src/Tensor/TensorChipping.h | 6 ++--- .../Eigen/CXX11/src/Tensor/TensorDeviceGpu.h | 2 +- .../src/Tensor/TensorForwardDeclarations.h | 4 +-- .../src/Tensor/TensorGpuHipCudaDefines.h | 2 +- .../Eigen/CXX11/src/Tensor/TensorReduction.h | 2 +- .../CXX11/src/Tensor/TensorReductionGpu.h | 2 +- .../test/cxx11_tensor_concatenation.cpp | 2 +- unsupported/test/cxx11_tensor_executor.cpp | 2 +- 14 files changed, 29 insertions(+), 29 deletions(-)
* Add manual doc on STL-compatible iteratorsGravatar Gael Guennebaud2018-11-12
|
* add missing ref to a.zeta(b)Gravatar Gael Guennebaud2018-11-09
|
* Limit the size of the tocGravatar Gael Guennebaud2018-11-09
|
* Update doxy hacks wrt doxygen 1.8.13/14Gravatar Gael Guennebaud2018-11-09
|
* Add and update manual pages for slicing, indexing, and reshaping.Gravatar Gael Guennebaud2018-11-09
|
* Fix typo in tutorial documentation.Gravatar Halie Murray-Davis2018-10-25
|
* Document EIGEN_NO_IO preprocessor directiveGravatar Christoph Hertzberg2018-10-25
|
* Fix most Doxygen warnings. Also add links to stable documentation from ↵Gravatar Christoph Hertzberg2018-10-19
| | | | | | | unsupported modules (by using the corresponding Doxytags file). Manually grafted from d107a371c61b764c73fd1570b1f3ed1c6400dd7e
* 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
| | |