aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* 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
* | syncGravatar Gael Guennebaud2010-07-10
|\ \
* | | fix a few weird issues with gcc 4.3 32bits and complex<float>Gravatar Gael Guennebaud2010-07-09
* | | compilation fixGravatar Gael Guennebaud2010-07-08
* | | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
| | * fix hemm to not use the imaginary part of the diagonal entriesGravatar Gael Guennebaud2010-07-17
| | * fix for empty matricesGravatar Gael Guennebaud2010-07-16
| | * add support for strictly triangular matrix in trmm though it is not really us...Gravatar Gael Guennebaud2010-07-15
| | * fix unused warningGravatar Gael Guennebaud2010-07-11
| |/
| * * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
|/
* optimized conjugate products for SSE3Gravatar Gael Guennebaud2010-07-07
* optimize gemv for complex<double> and fix gcc alignment issue in 32bitsGravatar Gael Guennebaud2010-07-07
* s/IsVectorized/VectorizableGravatar Gael Guennebaud2010-07-07
* fix row cwise-prod column in coeff based products...Gravatar Gael Guennebaud2010-07-07
* * add a IsVectorized mechanism (instead of packet-size>1...)Gravatar Gael Guennebaud2010-07-06
* 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
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* * extend the Has* packet traits and makes all functor use itGravatar Gael Guennebaud2010-07-05
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
* fix unaligned workspace in sybbGravatar Gael Guennebaud2010-07-05
* suppress warning and add a fixme about this transpose argumentGravatar Gael Guennebaud2010-07-03
* 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
* fix unused warning when EIGEN_HAS_FUSE_CJMADDGravatar Gael Guennebaud2010-06-27
* fox blcok size computation for fixed size objectsGravatar Gael Guennebaud2010-06-25
* email changeGravatar Gael Guennebaud2010-06-24