aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix implicit long to int conversions in blas interfaceGravatar Gael Guennebaud2014-07-08
* Fix bug #809: unused variable warningGravatar Gael Guennebaud2014-07-08
* Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
* bug #837: Always re-align the result of EIGEN_ALLOCA.Gravatar Christoph Hertzberg2014-07-08
* Merged in jdh8/eigen (pull request PR-71)Gravatar Gael Guennebaud2014-07-08
|\
* | Move using std::abs from Eigen's namespace to function scope.Gravatar Gael Guennebaud2014-07-08
* | Fix LDLT with semi-definite complex matrices: owing to round-off errors, the ...Gravatar Gael Guennebaud2014-07-08
* | Fix LDLT with semi-definite complex matrices: owing to round-off errors, the ...Gravatar Gael Guennebaud2014-07-08
| * Find benchmark opponents also in /usr/lib64Gravatar Chen-Pang He2014-07-07
| * Find OpenBLAS more aggressively. This made a difference on Fedora 20Gravatar Chen-Pang He2014-07-07
| * chmod -x Eigen/src/Core/GenericPacketMath.hGravatar Chen-Pang He2014-07-07
|/
* 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