aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
* 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
|\
| * * generalize rowmajor by vectorGravatar 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
|/
* 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
* fix infinite loopGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
* fix symmGravatar Gael Guennebaud2010-06-24
* fix syrkGravatar Gael Guennebaud2010-06-24
* fix computation of blocking sizes for small triangular matricesGravatar Gael Guennebaud2010-06-24
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* slightly optimize computeProductBlockingSizes by explicitely precomputing wha...Gravatar Gael Guennebaud2010-06-22
* fix in case we don't know how to query the L1/L2 cache sizesGravatar Gael Guennebaud2010-06-21
* simplify and optimize block sizes computation for matrix products. TheyGravatar Gael Guennebaud2010-06-21
* makes trmv works with the triangular matrix on the rightGravatar Gael Guennebaud2010-06-17
* improve trmm unit test and fix several bugs in trmmGravatar Gael Guennebaud2010-06-15
* * make the triangular matrix * matrix product works with trapezoidal matricesGravatar Gael Guennebaud2010-06-15
* rename:Gravatar Benoit Jacob2010-06-14
* merge my Dynamic -> -1 changeGravatar Benoit Jacob2010-06-11
|\
* | change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
| * 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
| * added inline to setL1Cache functions to avoid shared object compile errorGravatar Trevor Irons2010-06-08
| * 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
| * compilation fix (std::sqrt(int) does not exist)Gravatar 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
| * * remove ei_index, and let ei_traits propagate the index typesGravatar Gael Guennebaud2010-06-03
| * Addressess small compile error with OpenMPGravatar Trevor Irons2010-06-01
|/