aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralMatrixVector.h
Commit message (Expand)AuthorAge
* 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
* workaround ICC compilation error with -strict-ansiGravatar Gael Guennebaud2012-01-25
* 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
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix warnings. The one in Reverse was potentially serious: coeff() methods sho...Gravatar Benoit Jacob2010-08-03
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | oopsGravatar Gael Guennebaud2010-07-22
* | rename indices to a common schemeGravatar Gael Guennebaud2010-07-22
* | mixing types step 3:Gravatar Gael Guennebaud2010-07-11
* | make colmaj * vector uses pointers onlyGravatar Gael Guennebaud2010-07-11
* | mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11
| * fix unused warningGravatar Gael Guennebaud2010-07-11
|/
* * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
* optimize gemv for complex<double> and fix gcc alignment issue in 32bitsGravatar Gael Guennebaud2010-07-07
* s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* 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
* * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* discard vectorization in matrix-vector product when data is not evenGravatar Gael Guennebaud2009-10-05
* Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
* commit woking versions of triangular solvers naturallyGravatar Gael Guennebaud2009-07-09
* started to simplify the triangular solversGravatar Gael Guennebaud2009-07-09
* ok now all the complex mat-mat and mat-vec products involving conjugate,Gravatar Gael Guennebaud2009-07-08
* * extended the cache friendly products to support C = alpha * A * M and C += ...Gravatar Gael Guennebaud2009-07-07
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* more MSVC fixes (asm comments...)Gravatar Gael Guennebaud2009-03-17
* big addons:Gravatar Gael Guennebaud2009-03-05
* * split CacheFriendlyProduct into multiple smaller filesGravatar Gael Guennebaud2009-02-21