aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* 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
* I doubt this change was intented to be committedGravatar Gael Guennebaud2011-04-20
* be nice with the server : dont use -j3Gravatar Thomas Capricelli2011-04-19
* 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
* WIN32 isn't defined ?? but _WIN32 is.Gravatar Eamon Nerbonne2011-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
* std::min/max are not implemented and they cannot be implemented easilyGravatar Gael Guennebaud2011-04-04
* Correct typo in QuickReference doc, plus typographical improvements.Gravatar Jitse Niesen2011-04-01
* fix trmm unit testGravatar Gael Guennebaud2011-03-31
* Evaluators: add Block evaluator as dumb wrapper, add slice vectorization.Gravatar Jitse Niesen2011-03-31