aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).Gravatar Jitse Niesen2011-06-24
* New feature: add rank one update in Cholesky decompositionGravatar Gael Guennebaud2011-06-20
* adapt test to the change reverting normalize() to returning voidGravatar Benoit Jacob2011-06-15
* add test for normalize() and normalized()Gravatar Benoit Jacob2011-06-15
* Sparse: more fixes regarding long int as index typeGravatar Gael Guennebaud2011-06-07
* Sparse: fix long int as index type in simplicial cholesky and other decomposi...Gravatar Gael Guennebaud2011-06-06
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
* finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_D...Gravatar Gael Guennebaud2011-05-28
* bug #225: add a unit test for memory leakGravatar Gael Guennebaud2011-05-23
* clean several other assertion checking testsGravatar Gael Guennebaud2011-05-20
* fix vectorization_logic when EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENTGravatar Gael Guennebaud2011-05-19
* add unit test for plsetGravatar Gael Guennebaud2011-05-18
* NEON: disable unaligned assertion checking for non vectorized typesGravatar Gael Guennebaud2011-05-18
* Add test for sqrt() on complex Arrays.Gravatar Jitse Niesen2011-05-09
* better fix for gcc 4.6.0 / ptrdiff_t, as suggested by BenoitGravatar Thomas Capricelli2011-05-05
* Fix compilation with gcc-4.6.0, patch provided by Anton Gladky <gladky.anton@...Gravatar Thomas Capricelli2011-05-05
* 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
* Normalize eigenvectors returned by EigenSolver (fixes bug #249)Gravatar Jitse Niesen2011-04-15
* 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
* 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 f...Gravatar Gael Guennebaud2011-03-23
* 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 enab...Gravatar Gael Guennebaud2011-03-15
* fix array_for_matrix unit testGravatar Gael Guennebaud2011-03-15
* Change int to Index in equalsIdentity().Gravatar Jitse Niesen2011-03-11
* fix bug #219: Map Flags AlignedBit was miscomputed, didn't account for EIGEN_...Gravatar Benoit Jacob2011-03-10
* add test for EIGEN_DONT_ALIGN and EIGEN_DONT_ALIGN_STATICALLY, cf recent bugs...Gravatar Benoit Jacob2011-03-10
* Fix equalsIdentity() for rectangular matrices.Gravatar Jitse Niesen2011-03-10
* repeat nullary tests, and fix some testsGravatar Gael Guennebaud2011-03-07