aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
* Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
* Resizing is done by call_assignment_noalias, so no need to perform it when de...Gravatar Gael Guennebaud2014-07-21
* Extend qr unit testGravatar Gael Guennebaud2014-07-21
* Compilation fixesGravatar Gael Guennebaud2014-07-20
* Make sure we evaluate into temporaries matching evaluator storage order requi...Gravatar Gael Guennebaud2014-07-19
* Implement evaluator for sparse outer productsGravatar Gael Guennebaud2014-07-19
* bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
* merge with default branchGravatar 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
* | Extend dense*sparse product unit testsGravatar Gael Guennebaud2014-07-15
* | merge with default branchGravatar 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
| |\
* | | merge with default branchGravatar Gael Guennebaud2014-07-10
|\| |
| | * 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