aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralMatrixMatrix.h
Commit message (Expand)AuthorAge
...
* 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
* make Aron's idea work using Qt's atomic implementation for the synchronisationGravatar Gael Guennebaud2010-03-01
* implement Aron's idea of interleaving the packing with the first computationsGravatar Gael Guennebaud2010-02-26
* fix compilation without openmpGravatar Gael Guennebaud2010-02-26
* implement a smarter parallelization strategy for gemm avoiding multipleGravatar Gael Guennebaud2010-02-26
* add a 2D parallelizerGravatar Gael Guennebaud2010-02-23
* fix typoGravatar Gael Guennebaud2010-02-23
* significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
* clean a bit the parallelizerGravatar Gael Guennebaud2010-02-22
* add initial openmp support for matrix-matrix productsGravatar Gael Guennebaud2010-02-22
* update mixingtype unit test to reflect current status, but it is still clearGravatar Gael Guennebaud2009-09-03
* Fix serious bug discovered with gcc 4.2Gravatar Gael Guennebaud2009-09-03
* overload operartor* with a ProductBase such that "scalar * (mat * mat)" is op...Gravatar Gael Guennebaud2009-08-11
* more product refactoringGravatar Gael Guennebaud2009-08-06
* fix vs.net compilation issueGravatar Hauke Heibel2009-08-06
* add explicit "on the right" triangular solving,Gravatar Gael Guennebaud2009-07-30
* trmm is now working in all storage order configurationsGravatar Gael Guennebaud2009-07-27
* add WIP trsmGravatar Gael Guennebaud2009-07-24
* some cleaningGravatar Gael Guennebaud2009-07-24
* Implement efficient sefladjoint product (aka SYRK) : C += alpha * U U^TGravatar Gael Guennebaud2009-07-23
* implement high level API for SYMM and fix a couple of bugs related to complexGravatar Gael Guennebaud2009-07-22
* * GEMM enhencement: no need to pre-transpose the rhsGravatar Gael Guennebaud2009-07-22
* more refactoring in the level3 productsGravatar Gael Guennebaud2009-07-22
* * refactoring of the matrix product into multiple small kernelsGravatar Gael Guennebaud2009-07-21
* 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