aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix truncated instructions for printers.pyGravatar Jitse Niesen2011-05-30
* fix bug #278: geometry tutorialGravatar Gael Guennebaud2011-05-28
* do not directly call std::ceilGravatar Gael Guennebaud2011-05-28
* finish to fix bug #270: we have to use EIGEN_ALIGN_STATICALLY and not EIGEN_D...Gravatar Gael Guennebaud2011-05-28
* Fix typo ('using namespace' instead of 'using').Gravatar Jitse Niesen2011-05-26
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* bug #225: add a unit test for memory leakGravatar Gael Guennebaud2011-05-23
* bug #271: fix copy/paste mistakes in docGravatar Gael Guennebaud2011-05-23
* clean a bit previous patch (ctor vs static_cast and a few bits)Gravatar Gael Guennebaud2011-05-23
* fix implicit scalar conversions (needed to support fancy scalar types, see bu...Gravatar David H. Bailey2011-05-23
* fix gemv_static_vector_if on architectures that cannot aligned on the stack (...Gravatar Gael Guennebaud2011-05-21
* 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
* NEON: fix plsetGravatar Gael Guennebaud2011-05-18
* add unit test for plsetGravatar Gael Guennebaud2011-05-18
* NEON: disable unaligned assertion checking for non vectorized typesGravatar Gael Guennebaud2011-05-18
* NEON: fix ploaddupGravatar Gael Guennebaud2011-05-18
* fix bug #267: alloca is not aligned on armGravatar Gael Guennebaud2011-05-17
* Autodiff: fix scalr - active_scalarGravatar Gael Guennebaud2011-05-14
* Store light-weight objects in evaluators by value.Gravatar Jitse Niesen2011-05-13
* AutoDiff: add one missing operator- versionGravatar Gael Guennebaud2011-05-12
* AutoDiff: fix most of bug #234 (missing operators, used old internal math fun...Gravatar Gael Guennebaud2011-05-12
* AutoDiff: fix unary operator-Gravatar Gael Guennebaud2011-05-12
* Remove Eigen::internal::sqrt(), see bug #264.Gravatar Jitse Niesen2011-05-12
* fix bug #260: broken Qt support for TransformGravatar John Tytgat2011-05-11
* Forgot to 'hg add' example file in last commit.Gravatar Jitse Niesen2011-05-10
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Fix compilation error under GCC 4.5.Gravatar Jitse Niesen2011-05-09
* Add test for sqrt() on complex Arrays.Gravatar Jitse Niesen2011-05-09
* Implement square root for real matrices via Schur.Gravatar Jitse Niesen2011-05-08
* Implement matrix square root for complex matrices.Gravatar Jitse Niesen2011-05-07
* 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
* Document some more preprocessor symbols: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
* Final working fix for the EOL extension.Gravatar Hauke Heibel2011-04-30
* This should fix the eol extension.Gravatar Hauke Heibel2011-04-30
* Fixed Unix script line ending conversions.Gravatar Hauke Heibel2011-04-30
* 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