| Commit message (Expand) | Author | Age |
* | Normalize eigenvectors returned by EigenSolver (fixes bug #249) | Jitse Niesen | 2011-04-15 |
* | Implement unrolling in copy_using_evaluator() . | Jitse Niesen | 2011-04-13 |
* | Implement evaluator for PartialReduxExpr as a dumb wrapper. | Jitse Niesen | 2011-04-13 |
* | Implement evaluator for Replicate. | Jitse Niesen | 2011-04-12 |
* | Implement evaluator for Select. | Jitse Niesen | 2011-04-12 |
* | Implement evaluator for CwiseUnaryView | Jitse Niesen | 2011-04-05 |
* | Implement evaluator for Map | Jitse Niesen | 2011-04-05 |
* | fix trmm unit test | Gael Guennebaud | 2011-03-31 |
* | Evaluators: add Block evaluator as dumb wrapper, add slice vectorization. | Jitse Niesen | 2011-03-31 |
* | extend trmm/trmv unit test to thoroughly check all configurations | Gael Guennebaud | 2011-03-28 |
* | automatically generate the CALL_SUBTEST_* macros | Gael Guennebaud | 2011-03-28 |
* | Evaluators: Implement linear traversal, better testing. | Jitse Niesen | 2011-03-27 |
* | Evaluators: Implement LinearVectorizedTraversal, packet ops in evaluators. | Jitse Niesen | 2011-03-25 |
* | Bug fix in linspace_op::packetOp(row,col). Fixes bug #232. | Jitse Niesen | 2011-03-24 |
* | makes evaluator test use VERIFY_IS_APPROX | Gael Guennebaud | 2011-03-23 |
* | add a stupid Product<A,B> expression produced by prod(a,b), and implement a f... | Gael Guennebaud | 2011-03-23 |
* | import evaluator works | Gael Guennebaud | 2011-03-23 |
* | extend sparse product unit tests | Gael Guennebaud | 2011-03-22 |
* | fix 228 (ei_aligned_stack_delete does not exist anymore) | Gael Guennebaud | 2011-03-21 |
* | test the new stack allocation mechanism | Gael Guennebaud | 2011-03-19 |
* | disable testing of aligned members when aligned static allocation is not enab... | Gael Guennebaud | 2011-03-15 |
* | fix array_for_matrix unit test | Gael Guennebaud | 2011-03-15 |
* | Change int to Index in equalsIdentity(). | Jitse Niesen | 2011-03-11 |
* | fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_... | Benoit Jacob | 2011-03-10 |
* | add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent bugs... | Benoit Jacob | 2011-03-10 |
* | Fix equalsIdentity() for rectangular matrices. | Jitse Niesen | 2011-03-10 |
* | repeat nullary tests, and fix some tests | Gael Guennebaud | 2011-03-07 |
* | Tweak geo_quaternion test to squash intermittent failures. | Jitse Niesen | 2011-03-07 |
* | * bug #206: correctly forward computationOptions and work towards avoiding ma... | Benoit Jacob | 2011-03-06 |
* | The Eigen2 intrusive std::vector hack really can't be supported in eigen3 (bu... | Benoit Jacob | 2011-03-04 |
* | Copy fix of unit test when GSL is enabled to eigen2 test suite. | Jitse Niesen | 2011-03-04 |
* | Use copy_bool() workaround in Eigen2 test suite. | Jitse Niesen | 2011-03-03 |
* | Fix bug #205: eigen2_adjoint_5 test fails. | Jitse Niesen | 2011-03-02 |
* | extend unit tests of Transform * MatrixBase and Transform * Homogeneous | Gael Guennebaud | 2011-03-02 |
* | fix umeyama test | Benoit Jacob | 2011-02-27 |
* | fix stable_norm test: the |small| value was 0 on clang with complex<float>. | Benoit Jacob | 2011-02-27 |
* | fix compilation of unit tests with clang | Benoit Jacob | 2011-02-27 |
* | Use absolute error to test sum in which cancellation may occur. | Jitse Niesen | 2011-02-25 |
* | bounds the range of random integers for AltiVec | Gael Guennebaud | 2011-02-24 |
* | extend testing of ploaddup | Gael Guennebaud | 2011-02-24 |
* | improve packetmath unit test | Gael Guennebaud | 2011-02-23 |
* | implement ploaddup for altivec and add respective unit test | Gael Guennebaud | 2011-02-23 |
* | fix overflow in packetmath unit test | Gael Guennebaud | 2011-02-23 |
* | add unit test for pcplxflip | Gael Guennebaud | 2011-02-23 |
* | fix icc warning #68 | Benoit Jacob | 2011-02-22 |
* | also test non_projective_only with row major transformations | Gael Guennebaud | 2011-02-22 |
* | fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM... | Benoit Jacob | 2011-02-22 |
* | disable output compression since this feature seems to be broken | Gael Guennebaud | 2011-02-21 |
* | workaround ICC aggressive optimization | Gael Guennebaud | 2011-02-21 |
* | fix bug #176 (workaround a too aggressive optimization made by ICC) | Gael Guennebaud | 2011-02-21 |