aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)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
| |\ | | | | | | | | | Added Spline interpolation with derivatives.
* | | merge with default branchGravatar Gael Guennebaud2014-07-10
|\| |
| | * Fixed index that would cause crash with two point, two derivative ↵Gravatar Jeff2014-07-10
| | | | | | | | | | | | interpolation. Added static_cast.
| * | stride must be DenseIndex not intGravatar Christoph Hertzberg2014-07-10
| | |
| * | Backed out of changeset 6089:f27f55bee3efc2cafd01cb07d3faadf7eb490f66Gravatar Christoph Hertzberg2014-07-10
| | | | | | | | | | | | Unfortunately this breaks things at other places
| * | Make MatrixBase::makeHouseholder resize its output vector if it is zeroGravatar Christoph Hertzberg2014-07-10
| | |
| * | Fix GMRES: Initialize essential Householder vector with correct dimension. ↵Gravatar Kolja Brix2014-07-10
| | | | | | | | | | | | Add check if initial guess is already a sufficient approximation.
| * | Fix unit test when using 80bits FPUGravatar Gael Guennebaud2014-07-09
| | |
| * | Determine version of Metis library. Apparently, at least version 5.x is ↵Gravatar Christoph Hertzberg2014-07-09
| | | | | | | | | | | | | | | | | | needed for Eigen/MetisSupport. Marked some internal variables as advanced
| * | Generalize unit testing of pscatterGravatar Gael Guennebaud2014-07-09
| | |
| * | Merged in jdh8/eigen (pull request PR-72)Gravatar Gael Guennebaud2014-07-09
| |\ \ | | | | | | | | | | | | Fix bug #839
| * | | 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 ↵Gravatar Gael Guennebaud2014-07-08
| | | | | | | | | | | | | | | | | | | | | CompressedStorage::resize (grafted from 0e0ae400843cd9a459e5306d4d6560dbea759a42 )
| * | 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
| |\ \ | | | | | | | | | | | | Find benchmark opponents more aggressively
| * | | 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
| | | | | | | | | | | | | | | | diagonal was not real. Also exploit the fact that the diagonal is real in the rest of LDLT
| * | | Fix LDLT with semi-definite complex matrices: owing to round-off errors, the ↵Gravatar Gael Guennebaud2014-07-08
| | | | | | | | | | | | | | | | diagonal was not real. Also exploit the fact that the diagonal is real in the rest of LDLT
| | * | 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 ↵Gravatar Chen-Pang He2014-07-05
| | | | | | | | | | | | namespace
| * | 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
| | | | | | | | | | | | | | | : Matrix<Scalar,1,1>(int) did not compile if Scalar is not constructible from int. Now this falls back to the (Index size) constructor.
| * | Fix unused typedef warningGravatar Christoph Hertzberg2014-07-04
| | |
| * | LDLT is not rank-revealing, so we should not attempt to use the biggest ↵Gravatar Gael Guennebaud2014-07-02
| | | | | | | | | | | | diagonal elements as thresholds.
| * | 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 ↵Gravatar Gael Guennebaud2014-07-01
| | | | | | | | | | | | restart was much too large.
* | | 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 ↵Gravatar Gael Guennebaud2014-07-01
| | | | | | | | | | | | coefficient-wise operations.
| * | Removed the deprecated EIGEN2_SUPPORT, as previously announced. A ↵Gravatar Christoph Hertzberg2014-07-01
| | | | | | | | | | | | compilation error is raised, if this compile-switch is defined. The documentation references to the corresponding pages from Eigen3.2 now. Also, the Eigen2 testsuite has been removed.
* | | Update copyright datesGravatar Gael Guennebaud2014-07-01
| | |