aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
...
* | Doc: improve documentation of Map<SparseMatrix>Gravatar Gael Guennebaud2016-06-01
| |
* | Doc: disable inlining of inherited members, workaround Doxygen's limited C++ ↵Gravatar Gael Guennebaud2016-06-01
| | | | | | | | parsing abilities, and improve doc of MapBase.
* | bug #1237: Redefine eigen_assert instead of disabling assertions for ↵Gravatar Christoph Hertzberg2016-05-26
| | | | | | | | documentation snippets
* | Temporary workaround for bug #1237. The snippet (expectedly) failed with ↵Gravatar Christoph Hertzberg2016-05-26
| | | | | | | | enabled assertions.
* | update doc wrt to unaligned vectorizationGravatar Gael Guennebaud2016-05-24
| |
* | Document EIGEN_UNALIGNED_VECTORIZE.Gravatar Gael Guennebaud2016-05-24
| |
* | Document EIGEN_MAX_CPP_VER and user controllable compiler features.Gravatar Gael Guennebaud2016-05-20
| |
* | Add a EIGEN_MAX_CPP_VER option to limit the C++ version to be used.Gravatar Gael Guennebaud2016-05-20
| |
* | Add some c++11 flags in documentationGravatar Gael Guennebaud2016-05-19
| |
* | Update doc regarding the genericity of EIGEN_USE_BLASGravatar Gael Guennebaud2016-04-11
| |
* | Typos in doc.Gravatar Gael Guennebaud2016-04-11
| |
* | Import wiki's paragraph: "I disabled vectorization, but I'm still getting ↵Gravatar Gael Guennebaud2016-02-12
| | | | | | | | annoyed about alignment issues"
* | bug #795: mention allocate_shared as a condidate for aligned_allocator.Gravatar Gael Guennebaud2016-02-12
| |
* | Fix triangularView versus triangularPart.Gravatar Gael Guennebaud2016-02-12
| |
* | Add exemples for reshaping/slicing with Map.Gravatar Gael Guennebaud2016-02-06
| |
* | Remove posix_memalign, _mm_malloc, and _aligned_malloc special paths.Gravatar Gael Guennebaud2016-02-05
| |
* | Clarify documentation on the restrictions of writable sparse block expressions.Gravatar Gael Guennebaud2016-02-03
| |
* | Extend doc on dense+sparseGravatar Gael Guennebaud2016-01-30
| |
* | Update link to suitesparse.Gravatar Gael Guennebaud2016-01-27
| |
* | Doc: add flip* and arrayfun MatLab equivalent.Gravatar Gael Guennebaud2016-01-26
| |
* | bug #1144: clarify the doc about aliasing in case of resizing and matrix ↵Gravatar Gael Guennebaud2016-01-25
| | | | | | | | product.
* | Copyedit documentation: typos, spellingGravatar Lars Buitinck2016-01-24
| |
* | extend matlab conversion tableGravatar Gael Guennebaud2016-01-08
| |
* | Workaround "empty paragraph" warning with clang -WdocumentationGravatar Gael Guennebaud2015-12-30
| |
* | Fix numerous doxygen issues in auto-link generationGravatar Gael Guennebaud2015-12-30
| |
* | Fix links to Eigen2-to-Eigen3 porting helpersGravatar Gael Guennebaud2015-12-30
| |
* | Recent versions of doxygen miss-parsed Eigen/* headersGravatar Gael Guennebaud2015-12-30
| |
* | Add missing snippets for erf/erfc/lgamma functions.Gravatar Gael Guennebaud2015-12-30
| |
* | Add missing snippet for sign/cwiseSign functions.Gravatar Gael Guennebaud2015-12-30
| |
* | [doc] Remove extra ';' in Tutorial_AdvancedInitialization_Join.cppGravatar connor-k2015-12-21
| |
* | bug #1132: add EIGEN_MAPBASE_PLUGINGravatar Gael Guennebaud2015-12-11
| |
* | Add matrix-free solver exampleGravatar Gael Guennebaud2015-12-07
| |
* | Add a note on initParallel being optional in C++11.Gravatar Gael Guennebaud2015-11-23
| |
* | Fix warning.Gravatar Gael Guennebaud2015-10-29
| |
* | Fix typo in TutorialSparse: laplace equation contains gradient symbol ↵Gravatar Ilya Popov2015-10-28
| | | | | | | | (\nabla) instead of laplacian (\Delta).
* | Remove auto references and referenced-by relation in doc.Gravatar Gael Guennebaud2015-10-09
| |
* | Update sparse solver list to make it more completeGravatar Gael Guennebaud2015-10-08
| |
* | Doc: add link to doc of sparse solver conceptGravatar Gael Guennebaud2015-10-08
| |
* | bug #1071: improve doc on lpNorm and add example for some operator normsGravatar Gael Guennebaud2015-09-28
| |
* | MKL is now free of charge for opensourceGravatar Gael Guennebaud2015-09-07
| |
* | Add EIGEN_QUATERNION_PLUGINGravatar Gael Guennebaud2015-09-07
| |
* | Fix link and code formatingGravatar Gael Guennebaud2015-09-07
| |
* | Fix documentation exampleGravatar Gael Guennebaud2015-09-03
| |
* | bug #505: add more examples of bad and correct usages of auto and eval().Gravatar Gael Guennebaud2015-09-02
| |
* | Add a documentation page for common pitfallsGravatar Gael Guennebaud2015-09-02
| |
* | Fixed a spelling errorGravatar ITimer2015-08-10
| |
* | Fixed some compiler bugs in NVCC, now compiles with CUDA.Gravatar Jonas Adler2015-07-22
| | | | | | | | (chtz: Manually joined sevaral commits to keep the history clean)
* | Add pow(scalar,array) in quick refGravatar Gael Guennebaud2015-07-20
| |
* | Generalize pow(x,e) such that x and e can be a different expression type or ↵Gravatar Gael Guennebaud2015-07-20
| | | | | | | | a scalar for either x or e. Add x.pow(e) with e an array expression.
* | Fix trivial warnings.Gravatar Gael Guennebaud2015-07-20
| |