aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/SelfadjointMatrixVector.h
Commit message (Expand)AuthorAge
* bug #482: pass scalar arguments by const references. Still remains a few case...Gravatar Gael Guennebaud2013-02-25
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix several const qualifier issues: double ones, meaningless ones, some missi...Gravatar Gael Guennebaud2012-02-03
* fix some compilation errors with ICC and -strict-ansiGravatar Gael Guennebaud2012-01-31
* bug #352:properly cast constantsGravatar Igor Krivenko2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* notify the creation of manual temporariesGravatar Gael Guennebaud2011-02-01
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* this product still badly read the imaginary part on the diagonalGravatar Gael Guennebaud2010-11-22
* make sure our internal selfadjoint*vector product does not use the imaginary ...Gravatar Gael Guennebaud2010-11-21
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* add missing specialization for vector * selfadjointGravatar Gael Guennebaud2010-08-19
* mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* oops, fix symv (innerStride instead of outerStride)Gravatar Gael Guennebaud2010-03-20
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* fix Matrix::stride for vectors, add a unit test for Block::strideGravatar Gael Guennebaud2009-08-31
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* more product refactoringGravatar Gael Guennebaud2009-08-06
* various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* improve SYMV it is now faster and ready for useGravatar Gael Guennebaud2009-07-23
* add triangular * vector productGravatar Gael Guennebaud2009-07-13
* Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
* finally directly calling the low-level products is fasterGravatar Gael Guennebaud2009-07-10
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* more MSVC fixes: restrict keywords (sorry for all these commits)Gravatar Gael Guennebaud2009-03-17
* big addons:Gravatar Gael Guennebaud2009-03-05
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21