aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralMatrixMatrix.h
Commit message (Expand)AuthorAge
* bug #978: early return for vanishing productsGravatar Gael Guennebaud2015-03-06
* Avoid packing rhs multiple-times when blocking on the lhs only.Gravatar Gael Guennebaud2015-02-26
* Fix a regression when using OpenMP, and fix bug #714: the number of threads m...Gravatar Gael Guennebaud2015-02-18
* The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
* Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\
* | Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* | Generalized the gebp apisGravatar Benoit Steiner2014-10-02
| * Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| * Backport changes from old to new expression enginesGravatar Gael Guennebaud2014-06-20
| * merge with default branchGravatar Gael Guennebaud2014-06-20
| |\ | |/ |/|
| * 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* | Fix calls to lazy products (lazy product does not like matrices with 0 length)Gravatar Gael Guennebaud2014-04-18
* | Fixes for fixed sizes and non vectorizable typesGravatar Gael Guennebaud2014-04-17
* | Fallback to lazy products for very small ones.Gravatar Gael Guennebaud2014-04-16
* | New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...Gravatar Gael Guennebaud2014-04-16
* | Deleted some dead code.Gravatar Benoit Steiner2014-04-04
* | merge with default branchGravatar Gael Guennebaud2014-03-28
|\ \
* \ \ Merged latest updates from the parent branchGravatar Benoit Steiner2014-03-26
|\ \ \
| | * | Remove remaining bits of the dead working bufferGravatar Gael Guennebaud2014-03-26
| |/ /
| | * Fix evaluators unit test (i.e., when only EIGEN_ENABLE_EVALUATORS is definedGravatar Gael Guennebaud2014-03-10
| | * Get rid of GeneralProduct<> for GemmProductGravatar Gael Guennebaud2014-02-21
* | | 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
| |/ |/|
| * Improved the efficiency if the block-panel matrix multiplication code: the ch...Gravatar Benoit Steiner2014-01-02
|/
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* 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
* avoid dynamic allocation for fixed size triangular solvingGravatar Gael Guennebaud2012-06-12
* 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
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* fix 228 (ei_aligned_stack_delete does not exist anymore)Gravatar Gael Guennebaud2011-03-21
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* fix matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* fix static allocation of workspaceGravatar Gael Guennebaud2010-07-20
* one more fix for openmpGravatar Gael Guennebaud2010-07-20
* fix openmp versionGravatar Gael Guennebaud2010-07-20
* uncomment commented code for debugGravatar Gael Guennebaud2010-07-20
* fix lhs packing in the case of real * complex productsGravatar Gael Guennebaud2010-07-19
* * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* wip: extend the gebp kernel to optimize complex and mixed productsGravatar Gael Guennebaud2010-07-19
* matrix product: move the alpha factor to gebp instead of the packing,Gravatar Gael Guennebaud2010-07-12
* mixing types step 3:Gravatar Gael Guennebaud2010-07-11
* fix a few weird issues with gcc 4.3 32bits and complex<float>Gravatar Gael Guennebaud2010-07-09
* support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
* optimized conjugate products for SSE3Gravatar Gael Guennebaud2010-07-07