aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* since gebp_kernel handled the scaling by alpha it used too many packets, this...Gravatar Gael Guennebaud2011-02-12
* Fix Diagonal related const correctness issues.Gravatar Hauke Heibel2011-02-05
* implement optimized path for selfadjoint rank 1 update (safe regarding dynami...Gravatar Gael Guennebaud2011-02-01
* notify the creation of manual temporariesGravatar Gael Guennebaud2011-02-01
* fix trmv regarding strided vectors and static allocation of temporariesGravatar Gael Guennebaud2011-02-01
* fix bug in triangular matrix-vector produce found by eigen2 tests!Gravatar Benoit Jacob2011-01-28
* Fix bug in symmetric rank-2 update for row-major matrices (bug #144).Gravatar Jitse Niesen2011-01-04
* fix severe perf bug: coeff-based matrix products were not considered aligned,...Gravatar Benoit Jacob2011-01-02
* bug #54 - really fix const correctness except in SparseGravatar Benoit Jacob2010-12-22
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* fix bug #122 : rank 2 update test and scalar multiple extraction were both wrongGravatar Gael Guennebaud2010-11-23
* this product still badly read the imaginary part on the diagonalGravatar Gael Guennebaud2010-11-22
* add missing non const data() method to MapBaseGravatar Gael Guennebaud2010-11-21
* make sure our internal selfadjoint*vector product does not use the imaginary ...Gravatar Gael Guennebaud2010-11-21
* implements TRMV level 2 blas routineGravatar Gael Guennebaud2010-11-20
* make trmv uses direct accessGravatar Gael Guennebaud2010-11-20
* makes rank 2 update function conformant to BLAS HER2Gravatar Gael Guennebaud2010-11-19
* properly use nested typesGravatar Gael Guennebaud2010-11-10
* generalize our internal rank K update routine to support more general A*B pro...Gravatar Gael Guennebaud2010-11-10
* fix Eigen's trsv for complexesGravatar Gael Guennebaud2010-11-05
* blas level2: gemv and trsv are greenGravatar Gael Guennebaud2010-11-05
* trsv: simplifications/cleaningGravatar Gael Guennebaud2010-11-05
* trsv: add support for inner-stride!=1, reduce code instanciation, move implem...Gravatar Gael Guennebaud2010-11-05
* fix matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03
* Renamed cleantype to remove_all since it is close to remove_{const|pointer|re...Gravatar Hauke Heibel2010-10-26
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Matrix product refactoring (rhs products only).Gravatar Hauke Heibel2010-08-19
* add missing specialization for vector * selfadjointGravatar Gael Guennebaud2010-08-19
* 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
* | fix inner vectorization logicGravatar Gael Guennebaud2010-07-22
* | fix static allocation of workspaceGravatar Gael Guennebaud2010-07-20
* | one more fix for openmpGravatar Gael Guennebaud2010-07-20
* | improve block-size heuristicGravatar Gael Guennebaud2010-07-20
* | fix openmp versionGravatar Gael Guennebaud2010-07-20
* | fix declaration of pack_lhs in trsmGravatar Gael Guennebaud2010-07-20
* | uncomment commented code for debugGravatar Gael Guennebaud2010-07-20
* | fix trmm and symm wrt lhs packingGravatar Gael Guennebaud2010-07-20
* | explicitely disable vectorization for mixed coeff based productsGravatar Gael Guennebaud2010-07-19
* | 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
* | optimize non fused MADD, and add a flatten attribute macro to enforceGravatar Gael Guennebaud2010-07-13
* | 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
* | make colmaj * vector uses pointers onlyGravatar Gael Guennebaud2010-07-11
* | mixing types in product step 2:Gravatar Gael Guennebaud2010-07-11