aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-07-22
* Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
* Avoid memory leak when constructor of user-defined type throws exception.Gravatar Moritz Klammler2014-07-06
* bug #826: document caveats in 1x1 and 2x1 constructors.Gravatar Gael Guennebaud2014-07-21
* Make the ordering method of SimplicialL[D]LT user configurable.Gravatar Gael Guennebaud2014-07-20
* bug #826: fix 64 to 32 bits conversion warning when calling Matrix<int,1,1>(l...Gravatar Gael Guennebaud2014-07-20
* Fix trivial warnings in MPRealSupportGravatar Christoph Hertzberg2014-07-18
* Add note to EIGEN_DONT_PARALLELIZE into preprocessor documentation page (requ...Gravatar Christoph Hertzberg2014-07-18
* bug #138: Make building of internal documentation configurable via cmake flagGravatar Christoph Hertzberg2014-07-18
* bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
* bug #843: fix jacobisvd for complexes and extend respective unit test to chac...Gravatar Gael Guennebaud2014-07-17
* bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...Gravatar Gael Guennebaud2014-07-17
* bug #842: warn user about MPFR++ being under the GPLGravatar Gael Guennebaud2014-07-17
* mergeGravatar Gael Guennebaud2014-07-17
|\
* | Fix bug #770: workaround thread safety in mprealGravatar Gael Guennebaud2014-07-17
* | bug #842: update mpreal copy (fix compilation with clang)Gravatar Gael Guennebaud2014-07-17
| * Remove unnecessary <bench/BenchTimer.h>includeGravatar Christoph Hertzberg2014-07-17
|/
* bug #842: fix specialized product for mprealGravatar Gael Guennebaud2014-07-17
* bug #838: add unit test for fill-in in sparse outer product and fix abusive f...Gravatar Gael Guennebaud2014-07-16
* Regression test for bug #714.Gravatar Christoph Hertzberg2014-07-16
* bug #826: fix is_convertible for MSVC and add minimalistic unit test for is_c...Gravatar Gael Guennebaud2014-07-16
* Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes.Gravatar Konstantinos Margaritis2014-07-15
* Extend unit test of dense triangular solversGravatar Gael Guennebaud2014-07-15
* Test vectorization logic for intGravatar Christoph Hertzberg2014-07-14
* Fix bug #838: detect outer products from either the lhs or rhsGravatar Gael Guennebaud2014-07-11
* Fix bug #838: fix dense * sparse and sparse * dense outer productsGravatar Gael Guennebaud2014-07-11
* Fix inner iterator on an outer-vectorGravatar Gael Guennebaud2014-07-11
* Merged in complexzeros/eigen (pull request PR-69)Gravatar Hauke Heibel2014-07-11
|\
| * Fixed index that would cause crash with two point, two derivative interpolati...Gravatar Jeff2014-07-10
* | stride must be DenseIndex not intGravatar Christoph Hertzberg2014-07-10
* | Backed out of changeset 6089:f27f55bee3efc2cafd01cb07d3faadf7eb490f66Gravatar Christoph Hertzberg2014-07-10
* | Make MatrixBase::makeHouseholder resize its output vector if it is zeroGravatar Christoph Hertzberg2014-07-10
* | Fix GMRES: Initialize essential Householder vector with correct dimension. Ad...Gravatar Kolja Brix2014-07-10
* | Fix unit test when using 80bits FPUGravatar Gael Guennebaud2014-07-09
* | Determine version of Metis library. Apparently, at least version 5.x is neede...Gravatar Christoph Hertzberg2014-07-09
* | Generalize unit testing of pscatterGravatar Gael Guennebaud2014-07-09
* | Merged in jdh8/eigen (pull request PR-72)Gravatar Gael Guennebaud2014-07-09
|\ \
* | | Add unit test for bug #839.Gravatar Gael Guennebaud2014-07-09
| * | Fix bug #839Gravatar Chen-Pang He2014-07-09
|/ /
* | bug #808: fix implicit conversions from int/longint to float/doubleGravatar Gael Guennebaud2014-07-08
* | bug #808: use double instead of float for the increasing size ratio in Compre...Gravatar Gael Guennebaud2014-07-08
* | 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