aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
| | * fix compilation of quaternion demoGravatar Gael Guennebaud2010-07-21
| | * fix mandelbrot compilation, and make it use Array instead of MatrixGravatar Gael Guennebaud2010-07-21
| * | fix a strict aliasing issue with gcc 4.3Gravatar Gael Guennebaud2010-07-20
|/ /
* | fix storage order requestGravatar Gael Guennebaud2010-07-20
* | fix static allocation of workspaceGravatar Gael Guennebaud2010-07-20
* | add NEON ploaddup and pcplxflip functionsGravatar 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
* | report a true assert when not checking for an assertionGravatar Gael Guennebaud2010-07-20
* | it appears only the "on the left" case was testedGravatar Gael Guennebaud2010-07-20
* | fix trmm and symm wrt lhs packingGravatar Gael Guennebaud2010-07-20
* | fix compilation by including file in correct orderGravatar Gael Guennebaud2010-07-19
* | * fix SelfCwiseBinaryOp traits and handling of mixed typesGravatar Gael Guennebaud2010-07-19
* | 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
* | port Jacobi to new ei_pset1/ei_pload APIGravatar Gael Guennebaud2010-07-19
* | * fix compilation of mixed scalar productGravatar Gael Guennebaud2010-07-19
* | * fix a couple of remaining issues with previous commit,Gravatar Gael Guennebaud2010-07-19
* | * _mm_loaddup_pd is slowGravatar Gael Guennebaud2010-07-19
* | wip: extend the gebp kernel to optimize complex and mixed productsGravatar Gael Guennebaud2010-07-19
* | update mixing type testGravatar Gael Guennebaud2010-07-15
* | update unit test for new APIGravatar Gael Guennebaud2010-07-15
* | add support for mixing type in trsvGravatar Gael Guennebaud2010-07-13
* | 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
* | | fix SliceVectorizedTraversal for packetsize==1Gravatar Gael Guennebaud2010-07-08
* | | extend vectorization_logicGravatar Gael Guennebaud2010-07-08
* | | scalars fitting in a single packet requires more work, step 1Gravatar Gael Guennebaud2010-07-08
* | | compilation fixGravatar Gael Guennebaud2010-07-08
* | | an attempt to fix wrong unaligned storeGravatar Gael Guennebaud2010-07-07
* | | update to support mixin typesGravatar Gael Guennebaud2010-07-07
* | | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
| | * Examples for DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-30
| | * Renamed DenseBase::{row,col}Range() to DenseBase::middle{Rows,Cols}()Gravatar Manoj Rajagopalan2010-06-29
| | * Included tests for middleRows() and middleCols()Gravatar Manoj Rajagopalan2010-06-29
| | * Included definitions for rowRange() and colRange() member functions of DenseBaseGravatar Manoj Rajagopalan2010-06-26
| | * Relax assertion to allow for matrices with cols() == 0 and/or rows() == 0.Gravatar Martin Senst2010-07-20
| | * introduce a new LvalueBit flag and split DenseCoeffBase into three level of a...Gravatar Gael Guennebaud2010-07-21
| | * Add (set)LinSpaced to quick reference guide.Gravatar Jitse Niesen2010-07-20
| | * Require at least MPFR version 2.3.0, because we use mpfr_signbit.Gravatar Jitse Niesen2010-07-19
| | * add support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
| | * add a small bench demoing the possibilities of a direct 3x3 eigen decompositionGravatar Gael Guennebaud2010-07-18