aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* * merge with mainlineGravatar Benoit Jacob2010-04-16
|\
* | * Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, ...Gravatar Benoit Jacob2010-04-16
* | mergeGravatar Benoit Jacob2010-03-21
|\|
* | * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
| * oops, fix symv (innerStride instead of outerStride)Gravatar Gael Guennebaud2010-03-20
|/
* bugcount--, this time trmmGravatar Gael Guennebaud2010-03-06
* stride() => inner/outerStride()Gravatar Gael Guennebaud2010-03-06
* fix symmGravatar Gael Guennebaud2010-03-06
* fix trsolveGravatar Gael Guennebaud2010-03-06
* fix issue #100 (fix syrk)Gravatar Gael Guennebaud2010-03-06
* bugfix in gebp for 32bits x86Gravatar Gael Guennebaud2010-03-06
* add a FIXMEGravatar Gael Guennebaud2010-03-05
* * dynamically adjust the number of threadsGravatar Gael Guennebaud2010-03-05
* 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
* merge with default branchGravatar Gael Guennebaud2010-03-04
|\
| * selfadjoint: do not reference the imaginary part of the diagonalGravatar Gael Guennebaud2010-03-02
* | rm useless omp shared directiveGravatar Gael Guennebaud2010-03-01
* | 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
| * Fixed a typo.Gravatar Hauke Heibel2010-02-27
| * Remove the dot product's separate implementation and use cwiseProduct.sum ins...Gravatar Benoit Jacob2010-02-27
* | 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
| * fully adapt the gebp kernel and optimize it for CPU with only 8 registersGravatar Gael Guennebaud2010-02-22
| * implement an even lower level version of the gebp kernel for MSVC (it seems t...Gravatar Gael Guennebaud2010-02-22
* | significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
* | fully adapt the gebp kernel and optimize it for CPU with only 8 registersGravatar Gael Guennebaud2010-02-22
* | implement an even lower level version of the gebp kernel for MSVC (it seems t...Gravatar Gael Guennebaud2010-02-22
* | clean a bit the parallelizerGravatar Gael Guennebaud2010-02-22
* | add initial openmp support for matrix-matrix productsGravatar Gael Guennebaud2010-02-22
|/
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Piotr's patch was missing many occurences of size_t. So,Gravatar Benoit Jacob2010-02-12
* std:: namespace fixup for more restricive compilers such as QNX's QCCGravatar Piotr Trojanek2010-02-10
* finally here is a simple solution making (a*b).diagonal() even faster than a....Gravatar Gael Guennebaud2010-02-10
* * as promised, remove the "optimization" for Product::diagonal()Gravatar Gael Guennebaud2010-02-09
* For the record, here is a solution for (a*b).diagonal, at the cost of extra c...Gravatar Gael Guennebaud2010-02-09
* fix one useless temp & copyGravatar Gael Guennebaud2010-02-09
* add accessors to coeff based productGravatar Gael Guennebaud2010-02-09
* * fix multiple temporary copies for coeff based productsGravatar Gael Guennebaud2010-02-09
* s/UnrolledProduct/CoeffBasedProductGravatar Gael Guennebaud2010-02-09
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* Get rid off GCC warning on comparing enums from different types.Gravatar Jitse Niesen2010-01-19