aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralMatrixMatrix.h
Commit message (Expand)AuthorAge
* 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
* bug fix forgot to conjugate the scalar factor when neededGravatar Gael Guennebaud2010-07-06
* reduce code generation and minor speed upGravatar Gael Guennebaud2010-07-06
* * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
* fix openmp for row major destinationGravatar Gael Guennebaud2010-07-03
* fix bug with openmpGravatar Gael Guennebaud2010-07-03
* s/struct/class/g ; bug reported by ThomasGravatar Benoit Jacob2010-06-30
* fox blcok size computation for fixed size objectsGravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* simplify and optimize block sizes computation for matrix products. TheyGravatar Gael Guennebaud2010-06-21
* add runtime API to control multithreadingGravatar Gael Guennebaud2010-06-10
* make the cache size mechanism future proof by adding level 2 parametersGravatar Gael Guennebaud2010-06-10
* Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
* remove ei_ prefix of public global functions, and s/cpu/l1Gravatar Gael Guennebaud2010-06-07
* Add a proof concept API to configure the blocking parameters at runtime.Gravatar Gael Guennebaud2010-06-07
* clean old stuff used to support precompilation inside a binary libGravatar Gael Guennebaud2010-06-07
* the Index types change.Gravatar Benoit Jacob2010-05-30
* clang shocks on this.Gravatar Thomas Capricelli2010-05-21
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* fix openmp version for scalar types different than floatGravatar Gael Guennebaud2010-03-05
* remove the 1D and 2D parallelizer, keep only the GEMM specialized oneGravatar Gael Guennebaud2010-03-05
* minor cleaningGravatar Gael Guennebaud2010-03-05
* remove Qt's atomic dependency, I don't know what I was doing wrong...Gravatar Gael Guennebaud2010-03-01
* GEMM: move the first packing of A' before the packing of B'Gravatar Gael Guennebaud2010-03-01