aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
| * | | 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
* | | merge with default branchGravatar Gael Guennebaud2014-07-02
|\| |
| * | Fix regeression in bicgstab: the threshold used to detect the need for a rest...Gravatar Gael Guennebaud2014-07-01
* | | Fix typo in dense * diagonal evaluator.Gravatar Gael Guennebaud2014-07-01
* | | Implement evaluators for sparse*dense productsGravatar Gael Guennebaud2014-07-01
* | | Use DiagonalShape as the storage kind of DiagonalBase<>.Gravatar Gael Guennebaud2014-07-01
* | | Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A compilation...Gravatar Christoph Hertzberg2014-07-01
* | | Update copyright datesGravatar Gael Guennebaud2014-07-01