aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Implement compound assignments using evaluator of SelfCwiseBinaryOp.Gravatar Jitse Niesen2011-04-28
|
* Implement swap using evaluators.Gravatar Jitse Niesen2011-04-28
|
* Use copyCoeff/copyPacket in copy_using_evaluator.Gravatar Jitse Niesen2011-04-22
|
* Implement evaluator for Diagonal.Gravatar Jitse Niesen2011-04-22
|
* Implement evaluators for Reverse.Gravatar Jitse Niesen2011-04-22
|
* Implement evaluators for ArrayWrapper and MatrixWrapper.Gravatar Jitse Niesen2011-04-22
|
* Quaternion : add Flags on Quaternion's traits with the LvalueBit set if neededGravatar Mathieu Gautier2011-04-12
| | | | | Quaternion : change PacketAccess to IsAligned to mimic other traits test : add a test and 4 failtest on Map<const Quaternion> based on Eigen::Map ones
* Normalize eigenvectors returned by EigenSolver (fixes bug #249)Gravatar Jitse Niesen2011-04-15
| | | | | because the documentation says that we do this. Also, add a unit test to cover this.
* Implement unrolling in copy_using_evaluator() .Gravatar Jitse Niesen2011-04-13
|
* Implement evaluator for PartialReduxExpr as a dumb wrapper.Gravatar Jitse Niesen2011-04-13
|
* Implement evaluator for Replicate.Gravatar Jitse Niesen2011-04-12
|
* Implement evaluator for Select.Gravatar Jitse Niesen2011-04-12
|
* Implement evaluator for CwiseUnaryViewGravatar Jitse Niesen2011-04-05
|
* Implement evaluator for MapGravatar Jitse Niesen2011-04-05
|
* fix trmm unit testGravatar Gael Guennebaud2011-03-31
|
* Evaluators: add Block evaluator as dumb wrapper, add slice vectorization.Gravatar Jitse Niesen2011-03-31
|
* extend trmm/trmv unit test to thoroughly check all configurationsGravatar Gael Guennebaud2011-03-28
|
* automatically generate the CALL_SUBTEST_* macrosGravatar Gael Guennebaud2011-03-28
|
* Evaluators: Implement linear traversal, better testing.Gravatar Jitse Niesen2011-03-27
|
* Evaluators: Implement LinearVectorizedTraversal, packet ops in evaluators.Gravatar Jitse Niesen2011-03-25
|
* Bug fix in linspace_op::packetOp(row,col). Fixes bug #232.Gravatar Jitse Niesen2011-03-24
| | | | Also, add regression test.
* makes evaluator test use VERIFY_IS_APPROXGravatar Gael Guennebaud2011-03-23
|
* add a stupid Product<A,B> expression produced by prod(a,b), and implement a ↵Gravatar Gael Guennebaud2011-03-23
| | | | first version of its evaluator
* import evaluator worksGravatar Gael Guennebaud2011-03-23
|
* extend sparse product unit testsGravatar Gael Guennebaud2011-03-22
|
* fix 228 (ei_aligned_stack_delete does not exist anymore)Gravatar Gael Guennebaud2011-03-21
|
* test the new stack allocation mechanismGravatar Gael Guennebaud2011-03-19
|
* disable testing of aligned members when aligned static allocation is not ↵Gravatar Gael Guennebaud2011-03-15
| | | | enabled (e.g., for gcc 3.4)
* fix array_for_matrix unit testGravatar Gael Guennebaud2011-03-15
|
* Change int to Index in equalsIdentity().Gravatar Jitse Niesen2011-03-11
| | | | This fixes compilation errors in nullary test on 64-bits machines.
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for ↵Gravatar Benoit Jacob2011-03-10
| | | | EIGEN_ALIGN
* add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent ↵Gravatar Benoit Jacob2011-03-10
| | | | bugs (214 etc) and changeset 56818d907ed08bcc831da1e990dbc105fb681866
* Fix equalsIdentity() for rectangular matrices.Gravatar Jitse Niesen2011-03-10
|
* repeat nullary tests, and fix some testsGravatar Gael Guennebaud2011-03-07
|
* Tweak geo_quaternion test to squash intermittent failures.Gravatar Jitse Niesen2011-03-07
|
* * bug #206: correctly forward computationOptions and work towards avoiding ↵Gravatar Benoit Jacob2011-03-06
| | | | | | mallocs after preallocation, with unit test. * added EIGEN_RUNTIME_NO_MALLOC and new set_is_malloc_allowed() function to implement that test
* The Eigen2 intrusive std::vector hack really can't be supported in eigen3 ↵Gravatar Benoit Jacob2011-03-04
| | | | (bug #215)
* Copy fix of unit test when GSL is enabled to eigen2 test suite.Gravatar Jitse Niesen2011-03-04
|
* Use copy_bool() workaround in Eigen2 test suite.Gravatar Jitse Niesen2011-03-03
| | | | | See bug #89 and changeset 59596efdf70244f92cd88b07498db8bf293689ac .
* Fix bug #205: eigen2_adjoint_5 test fails.Gravatar Jitse Niesen2011-03-02
|
* extend unit tests of Transform * MatrixBase and Transform * HomogeneousGravatar Gael Guennebaud2011-03-02
|
* fix umeyama testGravatar Benoit Jacob2011-02-27
|
* fix stable_norm test: the |small| value was 0 on clang with complex<float>.Gravatar Benoit Jacob2011-02-27
|
* fix compilation of unit tests with clangGravatar Benoit Jacob2011-02-27
|
* Use absolute error to test sum in which cancellation may occur.Gravatar Jitse Niesen2011-02-25
|
* bounds the range of random integers for AltiVecGravatar Gael Guennebaud2011-02-24
|
* extend testing of ploaddupGravatar Gael Guennebaud2011-02-24
|
* improve packetmath unit testGravatar Gael Guennebaud2011-02-23
|
* implement ploaddup for altivec and add respective unit testGravatar Gael Guennebaud2011-02-23
|
* fix overflow in packetmath unit testGravatar Gael Guennebaud2011-02-23
|