aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
Commit message (Collapse)AuthorAge
* 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
|
* 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 )
* bug #1348: Document EIGEN_MAX_ALIGN_BYTES and EIGEN_MAX_STATIC_ALIGN_BYTES,Gravatar Gael Guennebaud2016-11-23
| | | | and reflect in the doc that EIGEN_DONT_ALIGN* are deprecated.
* bug #698: rewrite LinSpaced for integer scalar types to avoid overflow and ↵Gravatar Gael Guennebaud2016-10-24
| | | | | | | guarantee an even spacing when possible. Otherwise, the "high" bound is implicitly lowered to the largest value allowing for an even distribution. This changeset also disable vectorization for this integer path.
* Add missing file.Gravatar Gael Guennebaud2016-09-23
|
* Add a nullary-functor example performing index-based sub-matrices.Gravatar Gael Guennebaud2016-09-22
|
* bug #828: clarify documentation of SparseMatrixBase's methods returning a ↵Gravatar Gael Guennebaud2016-09-16
| | | | sub-matrix.
* bug #828: clarify documentation of SparseMatrixBase's unary methods.Gravatar Gael Guennebaud2016-09-16
|
* Simplify CwiseNullaryOp example.Gravatar Gael Guennebaud2016-08-31
|
* Doc: add links and discourage user to write their own expression (better use ↵Gravatar Gael Guennebaud2016-08-30
| | | | CwiseNullaryOp)
* Doc: add an exemple showing how custom expression can be advantageously ↵Gravatar Gael Guennebaud2016-08-30
| | | | implemented via CwiseNullaryOp.
* Doc: split customizing-eigen page into sub-pages and re-structure a bit the ↵Gravatar Gael Guennebaud2016-08-30
| | | | different topics
* merge EulerAngles moduleGravatar Gael Guennebaud2016-08-30
|\
* | bug #1271: add SparseMatrix::coeffs() methods returning a 1D view of the non ↵Gravatar Gael Guennebaud2016-08-29
| | | | | | | | zero coefficients.
* | bug #1273: Add parentheses when redefining eigen_assertGravatar Christoph Hertzberg2016-08-12
| |
* | List PARDISO solver.Gravatar Gael Guennebaud2016-08-02
| |
* | Add instructions for LAPACKE+AccelerateGravatar Gael Guennebaud2016-07-27
| |
* | FormattingGravatar Gael Guennebaud2016-07-26
| |
* | Typo.Gravatar Gael Guennebaud2016-07-26
| |
* | Typos.Gravatar Gael Guennebaud2016-07-26
| |
* | Split BLAS/LAPACK versus MKL documentationGravatar Gael Guennebaud2016-07-26
| |
* | Update doc.Gravatar Gael Guennebaud2016-07-25
| |
* | Update doc.Gravatar Gael Guennebaud2016-07-25
| |
* | Add a doc page summarizing the true speed of Eigen's decompositions.Gravatar Gael Guennebaud2016-07-21
| |
* | Complete the coeff-wise math function table.Gravatar Gael Guennebaud2016-07-20
| |
* | Fix compilation of docGravatar Gael Guennebaud2016-07-12
| |
* | Add some doxygen's images to support both old and recent doxygen versionsGravatar Gael Guennebaud2016-07-12
| | | | | | | | (with some vague definitions of old and recent ;) )
* | Clarify that SpecialFunctions is unsupportedGravatar Gael Guennebaud2016-07-11
| |
* | bug #1232: refactor special functions as a new SpecialFunctions module, ↵Gravatar Gael Guennebaud2016-07-08
| | | | | | | | currently in unsupported/.
* | Add documentation and exemples for inplace decomposition.Gravatar Gael Guennebaud2016-07-04
| |
| * Complete docs and add ostream operator for EulerAngles.Gravatar Tal Hadad2016-06-19
| |