aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
...
* Remove Eigen::internal::sqrt(), see bug #264.Gravatar Jitse Niesen2011-05-12
* fix bug #260: broken Qt support for TransformGravatar John Tytgat2011-05-11
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Get rid of wrong "subscript above bounds" warning (bug #149).Gravatar Jitse Niesen2011-05-07
* s/n=n/EIGEN_UNUSED_VARIABLE(n)Gravatar Gael Guennebaud2011-05-06
* add missing .data() members to MatrixWrapper and ArrayWrapperGravatar Gael Guennebaud2011-05-06
* fix compilation on ARM NEON (missing AlignedOnScalar)Gravatar Gael Guennebaud2011-05-06
* 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
* Bail out if preprocessor symbol Success is defined (bug #253).Gravatar Jitse Niesen2011-05-04
* Remove unused enums in Constants.h .Gravatar Jitse Niesen2011-05-03
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* fix bug #258: asin/acos copy paste mistakeGravatar Gael Guennebaud2011-05-02
* 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
* fix aligned_stack_memory_handler for null pointersGravatar Gael Guennebaud2011-04-21
* Quaternion : add Flags on Quaternion's traits with the LvalueBit set if neededGravatar Mathieu Gautier2011-04-12
* fix bug #250: compilation error with gcc 4.6 (STL header files no longer incl...Gravatar Gael Guennebaud2011-04-19
* fix bug #242: vectorization was wrongly enabled on MSVC 2005Gravatar Gael Guennebaud2011-04-19
* Make MapBase(PointerType) constructor explicit (fixes bug #251)Gravatar Jitse Niesen2011-04-19
* fix unaligned-array-assert linkGravatar Benoit Jacob2011-04-18
* 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
* Decouple AssignEvaluator.h from assign_traits from Assign.hGravatar Jitse Niesen2011-04-12
* enforce no inlining of the GEBP product kernel: this is a bigGravatar Gael Guennebaud2011-04-07
* Decouple Cwise*Op evaluators from expression objectsGravatar Jitse Niesen2011-04-05
* Implement evaluator for CwiseUnaryViewGravatar Jitse Niesen2011-04-05
* Implement evaluator for MapGravatar Jitse Niesen2011-04-05
* Performance tunning for TRMM productsGravatar Gael Guennebaud2011-04-05
* Make evaluators for Matrix and Array inherit from common base class.Gravatar Jitse Niesen2011-04-04
* Do some of the actual work in evaluator for Block.Gravatar Jitse Niesen2011-04-04
* Evaluators: add Block evaluator as dumb wrapper, add slice vectorization.Gravatar Jitse Niesen2011-03-31
* fix typo and remove unused declaration.Gravatar Gael Guennebaud2011-03-31
* fix bug #239: the essential part was left uninitialized in some casesGravatar Adam Szalkowski2011-03-31
* Evaluators: Make inner vectorization more similar to default traversal.Gravatar Jitse Niesen2011-03-28
* fix trmv for Strictly* triangular matrices and trapezoidal matricesGravatar Gael Guennebaud2011-03-28
* fix trmm for some unusual trapezoidal cases (a dense set of columns or rows i...Gravatar Gael Guennebaud2011-03-28
* Evaluators: Implement linear traversal, better testing.Gravatar Jitse Niesen2011-03-27
* Evaluators: Implement inner vectorization.Gravatar Jitse Niesen2011-03-27
* Evaluators: Implement LinearVectorizedTraversal, packet ops in evaluators.Gravatar Jitse Niesen2011-03-25
* improve computation of the sub panel widthGravatar Gael Guennebaud2011-03-24
* improve performance of trsmGravatar Gael Guennebaud2011-03-24
* Bug fix in linspace_op::packetOp(row,col). Fixes bug #232.Gravatar Jitse Niesen2011-03-24