aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Re-enable main unit tests which are now compiling and running fine with evalu...Gravatar Gael Guennebaud2014-07-31
* | Call product_generic_impl by default, and remove lot of boilerplate codeGravatar Gael Guennebaud2014-07-31
* | Make permutation compatible with sparse matricesGravatar Gael Guennebaud2014-07-30
* | Various minor fixesGravatar Gael Guennebaud2014-07-30
| * add missing delete operator overloadsGravatar Gael Guennebaud2014-07-30
| * Fix typo in MatrixExponential noticed by Markos.Gravatar Jitse Niesen2014-07-25
| * Fix bug #61: gemm was broken since we changed the blocking orderGravatar Gael Guennebaud2014-07-24
| * Simplification of some Altivec constants, reuse existing constants and avoid ...Gravatar Konstantinos Margaritis2014-07-22
| * Ambiguous call fixes for clang.Gravatar Gael Guennebaud2014-07-22
| * Workaround ambiguous call of init1 with MSVC.Gravatar Gael Guennebaud2014-07-22
| * Extend fixed-size ctor unit test and fix conversion warning.Gravatar Gael Guennebaud2014-07-22
* | Fix max sizes at compile time of DiagonalWrapperGravatar Gael Guennebaud2014-07-22
| * Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.Gravatar Christoph Hertzberg2014-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
* | 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
| * Applied changes suggested by Christoph Hertzberg to c'tor leak fix.Gravatar Moritz Klammler2014-07-18
* | bug #770: fix out of bounds accessGravatar Gael Guennebaud2014-07-18
* | merge with default branchGravatar Gael Guennebaud2014-07-18
|\ \
* | | Extend dense*sparse product unit testsGravatar Gael Guennebaud2014-07-15
* | | merge with default branchGravatar Gael Guennebaud2014-07-15
|\ \ \
* \ \ \ merge with default branchGravatar Gael Guennebaud2014-07-10
|\ \ \ \
| | | | * 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