aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* Update old links to bitbucket to point to gitlab.comGravatar Gael Guennebaud2019-12-04
|
* Add an explicit example for auto and re-evaluationGravatar Gael Guennebaud2019-11-20
|
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
| | | | | | Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style.
* Fix doc issues regarding ndtriGravatar Gael Guennebaud2019-09-04
|
* Fix doc regarding alignment and c++17Gravatar Gael Guennebaud2019-08-04
|
* Added leading asterisk for Doxygen to consume as it was removing asterisk ↵Gravatar Kyle Vedder2019-07-18
| | | | intended to be part of the code.
* Escape \# inside doxygen docuGravatar Christoph Hertzberg2019-07-12
|
* Build deprecated snippets with -DEIGEN_NO_DEPRECATED_WARNINGGravatar Christoph Hertzberg2019-07-12
| | | | Also, document LinSpaced only where it is implemented
* digits10() needs to return an integerGravatar Christoph Hertzberg2019-05-31
| | | | Problem reported on https://stackoverflow.com/questions/56395899
* erm.. use proper idGravatar Thomas Capricelli2019-03-12
|
* update tracking codeGravatar Thomas Capricelli2019-03-12
|
* Do not keep latex logsGravatar Bernhard M. Wiedemann2019-02-27
| | | | | to make package builds more reproducible. See https://reproducible-builds.org/ for why this is good.
* Enable documentation of Array's typedefsGravatar Gael Guennebaud2019-02-20
|
* Update documentation regarding alignment issue.Gravatar Gael Guennebaud2019-02-20
|
* Slightly extend discussions on auto and move the content of the Pit falls ↵Gravatar Gael Guennebaud2019-01-30
| | | | | | wiki page here. http://eigen.tuxfamily.org/index.php?title=Pit_Falls
* cleanupGravatar Gael Guennebaud2019-01-24
|
* PR 574: use variadic template instead of initializer_list to implement ↵Gravatar David Tellenbach2019-01-23
| | | | fixed-size vector ctor from coefficients.
* Tell doxygen that cxx11 math is availableGravatar Christoph Hertzberg2019-01-24
|
* Fix name of tutorial snippet.Gravatar Christoph Hertzberg2019-01-23
|
* Cleanup SFINAE in Array/Matrix(initializer_list) ctors and minor doc editing.Gravatar Gael Guennebaud2019-01-22
|
* PR 572: Add initializer list constructors to Matrix and Array (include unit ↵Gravatar David Tellenbach2019-01-21
| | | | | | | | tests and doc) - {1,2,3,4,5,...} for fixed-size vectors only - {{1,2,3},{4,5,6}} for the general cases - {{1,2,3,4,5,....}} is allowed for both row and column-vector
* Doc: remove link to porting guideGravatar Gael Guennebaud2019-01-17
|
* Doc: add manual page on STL iteratorsGravatar Gael Guennebaud2019-01-17
|
* Add a comment stating this doc page is partly obsolete.Gravatar Gael Guennebaud2019-01-16
|
* bug #1585: update doc on lazy-evaluationGravatar Gael Guennebaud2019-01-16
|
* Remove Eigen2ToEigen3 migration page (obsolete since 3.3)Gravatar Gael Guennebaud2019-01-16
|
* Merge.Gravatar Rasmus Munk Larsen2019-01-14
|\
* | Update documentation.Gravatar Rasmus Munk Larsen2019-01-14
|/
* bug #1615: slightly increase the default unrolling limit to compensate for ↵Gravatar Gael Guennebaud2018-12-13
| | | | | | | changeset 101ea26f5e18919972b321b5f7e3ef4e07be3fd6 . This solves a performance regression with clang and 3x3 matrix products.
* 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
|\