aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix dox at internal::tridiagonal_qr_stepGravatar Chen-Pang He2014-07-06
* Mark internal namespace as \internalGravatar Chen-Pang He2014-07-06
* Percent "Eigen" in dox to prevent linking if not referring to the Eigen names...Gravatar Chen-Pang He2014-07-05
* Move Doxygen-only stuff to *.doxGravatar Chen-Pang He2014-07-05
* Document internal namespaceGravatar Chen-Pang He2014-07-05
* Fix dox for namespacesGravatar Chen-Pang He2014-07-05
* Fix regression introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-07-04
* Fix unused typedef warningGravatar Christoph Hertzberg2014-07-04
* LDLT is not rank-revealing, so we should not attempt to use the biggest diago...Gravatar Gael Guennebaud2014-07-02
* Do not attempt to include <intrin.h> on Windows CEGravatar Gael Guennebaud2014-07-02
* Fix regeression in bicgstab: the threshold used to detect the need for a rest...Gravatar Gael Guennebaud2014-07-01
* Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* Fix bug #836: extend SparseQR to support more columns than rows.Gravatar Gael Guennebaud2014-07-01
* Disabled HIDE_SCOPE_NAMES (default doxygen setting). This might help to avoid...Gravatar Christoph Hertzberg2014-06-25
* Workaround clang error introduced by 3117036b80075390dbc46f60aa0d595e5a44661bGravatar Christoph Hertzberg2014-06-23
* Additional unit tests for bug #826 by GaelGravatar Christoph Hertzberg2014-06-23
* Fix bug #826: Allow initialization of 1x1 Arrays/Matrices by passing a value.Gravatar Christoph Hertzberg2014-06-23
* Fix bug #729: Use alloca if it is definedGravatar Christoph Hertzberg2014-06-23
* Fixed typosGravatar Christoph Hertzberg2014-06-23
* Fix bug #827: improve accuracy of quaternion to angle-axis conversionGravatar Gael Guennebaud2014-06-20
* Add assertion and warning on the requirements of SparseQR and COLAMDOrderingGravatar Gael Guennebaud2014-06-20
* Explain how to export sparse linear problems in matrix-market format.Gravatar Gael Guennebaud2014-06-20
* Add documentation and very simple test for array atan(), part 2Gravatar Jitse Niesen2014-06-19
* Add documentation and very simple test for array atan().Gravatar Jitse Niesen2014-06-19
* Add component-wise atan() function (see bug #80).Gravatar Roger Martin2014-06-19
* fixed warning: -Wunused-local-typedefsGravatar Mark Borgerding2014-06-17
* Fix Jacobi preconditioner with zero diagonal entriesGravatar Gael Guennebaud2014-06-17
* Update decompositions tablesGravatar Gael Guennebaud2014-06-17
* Merged in vladimir_ch/eigen/vladimir_ch/bug-796-fix-eigen3config.cmake (pull ...Gravatar Gael Guennebaud2014-06-17
|\
| * Change variable names in Eigen3Config.cmake to EIGEN3_*Gravatar Vladimir Chalupecky2014-06-12
|/
* The BLAS interface is complete.Gravatar Gael Guennebaud2014-06-06
* Fix bug #738: use the "current" version of cmake project directories to ease ...Gravatar Gael Guennebaud2014-06-06
* Enable LinearAccessBit in Block expression for inner-panelsGravatar Gael Guennebaud2014-06-06
* unsupported/TensorSymmetry: factor out completely from Tensor moduleGravatar Christian Seiler2014-06-04
* unsupported/TensorSymmetry: make symgroup construction autodetect number of i...Gravatar Christian Seiler2014-06-04
* unsupported/CXX11/Core: allow gen_numeric_list to have a starting pointGravatar Christian Seiler2014-06-04
* unsupported/ C++11 workarounds: don't use hack for libc++ if not requiredGravatar Christian Seiler2014-06-04
* Fix compilation for CXX11/Tensor module if unsupported is not in include pathGravatar Christian Seiler2014-06-04
* Fic bug #819: include path of details.hGravatar Gael Guennebaud2014-06-04
* Fix test: EigenSolver on 1x1 matrix with NaN sets info to NumericalIssue.Gravatar Jitse Niesen2014-06-02
* Fix doc'n of FullPivLU re permutation matrices (bug #815).Gravatar Jitse Niesen2014-05-31
* AsciiQuickReference: added .real(), .imag()Gravatar Mark Borgerding2014-05-16
* fixed AsciiQuickReference typo: LinSpace -> LinSpacedGravatar Mark Borgerding2014-05-08
* README.md edited online with BitbucketGravatar Christoph Hertzberg2014-05-21
* PolynomialSolver: fix typo.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: fix bugs related to linear polynomials.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: add missing constructors.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: test template constructor in test suite.Gravatar Benjamin Chrétien2014-05-19
* PolynomialSolver: add a test to reveal a bug.Gravatar Benjamin Chrétien2014-05-19
* Merged in benoitsteiner/eigen-fixes (pull request PR-62)Gravatar Christoph Hertzberg2014-05-08
|\