aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralMatrixVector.h
Commit message (Expand)AuthorAge
* GEMV: remove double declaration of constant.Gravatar Gustavo Lima Chaves2019-05-23
* Speed up GEMV on AVX-512 builds, just as done for GEBP previously.Gravatar Gustavo Lima Chaves2019-04-26
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* MIsc. source and comment typosGravatar luz.paz2018-03-11
* typoGravatar Gael Guennebaud2016-12-05
* Improve performance of row-major-dense-matrix * vector products for recent CPUs.Gravatar Gael Guennebaud2016-12-05
* Complete rewrite of column-major-matrix * vector product to deliver higher pe...Gravatar Gael Guennebaud2016-12-03
* bug #1278: ease parsingGravatar Gael Guennebaud2016-08-22
* Relax mixing-type constraints for binary coefficient-wise operators:Gravatar Gael Guennebaud2016-06-06
* Introduce internal's UIntPtr and IntPtr types for pointer to integer conversi...Gravatar Gael Guennebaud2016-05-26
* Generalize first_aligned to take the requested alignment as a template parame...Gravatar Gael Guennebaud2015-08-06
* bug #973: update macro-level control of alignement by introducing user-contro...Gravatar Gael Guennebaud2015-07-29
* Ensured that contractions that can be reduced to a matrix vector product work...Gravatar Benoit Steiner2015-01-06
* Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
* Enable vectorization of gemv for PacketSize>4 through unaligned loads (still ...Gravatar Gael Guennebaud2014-03-28
* Merged eigen/eigen into defaultGravatar Benoit Steiner2014-02-24
|\
| * Implement bug #317: use a template function call to suppress unused variable ...Gravatar Gael Guennebaud2014-02-24
| * Workaround clang ABI change with unsed arguments (ugly fix)Gravatar Gael Guennebaud2014-02-24
* | Reverted the definition of the EIGEN_ALIGN to its former meaning (i.e. a bool...Gravatar Benoit Steiner2014-02-18
* | Added support for AVX to Eigen.Gravatar Benoit Steiner2014-01-29
|/
* Use aligned loads in Matrix-Vector product where possible. Fixes bug #689Gravatar Christoph Hertzberg2013-10-29
* Add explanations of the logic behind the matrix-vector productsGravatar Gael Guennebaud2013-08-21
* Fix bug #314: move remaining math functions from internal to numext namespaceGravatar Gael Guennebaud2013-06-10
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* multiple warnings for unused variableGravatar Desire NUENTSA2012-09-07
* Fix out-of-range memory access in GEMV (the memory was not used for the compu...Gravatar Gael Guennebaud2012-08-30
* 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