aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix max sizes at compile time of DiagonalWrapperGravatar Gael Guennebaud2014-07-22
|
* Re-enable a couple of unit tests with evaluators.Gravatar Gael Guennebaud2014-07-22
|
* Refactor TriangularView to handle both dense and sparse objects. Introduce a ↵Gravatar Gael Guennebaud2014-07-22
| | | | glu_shape<S1,S2> helper to assemble sparse/dense shapes with triagular/seladjoint views.
* Implement evaluator for sparse-selfadjoint productsGravatar Gael Guennebaud2014-07-22
|
* Resizing is done by call_assignment_noalias, so no need to perform it when ↵Gravatar Gael Guennebaud2014-07-21
| | | | dealing with aliasing.
* Extend qr unit testGravatar Gael Guennebaud2014-07-21
|
* Compilation fixesGravatar Gael Guennebaud2014-07-20
|
* Make sure we evaluate into temporaries matching evaluator storage order ↵Gravatar Gael Guennebaud2014-07-19
| | | | requirements
* 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 ↵Gravatar Gael Guennebaud2014-07-17
| | | | | | | | chack with random tricky matrices
| * bug #397: add a warning for 64 to 32 bit integer conversion and fix many of ↵Gravatar Gael Guennebaud2014-07-17
| | | | | | | | these warning by splitting the index type used for storage and as size/coefficient indexes in PermutationMatrix and Transpositions.
| * 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 ↵Gravatar Gael Guennebaud2014-07-16
| | | | | | | | fill-in.
| * Regression test for bug #714.Gravatar Christoph Hertzberg2014-07-16
| | | | | | | | Note that the bug only occurs on some compilers and is not fixed yet
| * bug #826: fix is_convertible for MSVC and add minimalistic unit test for ↵Gravatar Gael Guennebaud2014-07-16
| | | | | | | | is_convertible
| * Added HasDiv=1 to Altivec PacketMath.h, now vectorization_logic test passes.Gravatar Konstantinos Margaritis2014-07-15
| | | | | | | | Added comments to the constants, indicative of the actual values
| * 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
| |\ | | | | | | | | | 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