aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* fix bug #316 - SelfAdjointEigenSolver::compute does not handle matrices of si...Gravatar Gael Guennebaud2011-07-09
* fix few warnings reported by clangGravatar Thomas Capricelli2011-07-07
* fix constness of intersection methods (bug #309)Gravatar Gael Guennebaud2011-06-27
* Add DenseStorage specializations for dynamic size with MaxSize = 0 (bug #288).Gravatar Jitse Niesen2011-06-24
* Fix compilation of cholesky rank update test.Gravatar Jitse Niesen2011-06-24
* fix typo in doc for ParametrizedLineGravatar Thomas Capricelli2011-06-23
* rm confusing sentenceGravatar Gael Guennebaud2011-06-17
* New feature: add rank one update in Cholesky decompositionGravatar Gael Guennebaud2011-06-20
* fix documentation of normGravatar Gael Guennebaud2011-06-18
* back out 842881cfb1b8ece6e41c58f0466ae979e514d001Gravatar Benoit Jacob2011-06-15
* bug #298 - let normalize() return a reference to *thisGravatar Andy Somerville2011-06-15
* remove the use of non standard long longGravatar Gael Guennebaud2011-06-14
* fix aligned_allocator::allocate interfaceGravatar Gael Guennebaud2011-06-14
* introduce a smart_copy internal function and fix sparse matrices with non POD...Gravatar Gael Guennebaud2011-06-09
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* 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
* Fix snippets for operator|| and && by adding pair of parens.Gravatar Jitse Niesen2011-06-03
* fix compilation with MinGWGravatar Gael Guennebaud2011-06-01
* forgot to include this file in previous commitGravatar Gael Guennebaud2011-06-01
* add boolean || and && operatorsGravatar Gael Guennebaud2011-05-31
* do not directly call std::ceilGravatar Gael Guennebaud2011-05-28
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* 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
* NEON: fix plsetGravatar Gael Guennebaud2011-05-18
* NEON: fix ploaddupGravatar Gael Guennebaud2011-05-18
* fix bug #267: alloca is not aligned on armGravatar Gael Guennebaud2011-05-17
* Store light-weight objects in evaluators by value.Gravatar Jitse Niesen2011-05-13
* 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