aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src
Commit message (Expand)AuthorAge
...
* | 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
* | 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
* | | 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
* | | support for real * complex matrix product - step 1 (works for some special ca...Gravatar Gael Guennebaud2010-07-07
| | * Renamed DenseBase::{row,col}Range() to DenseBase::middle{Rows,Cols}()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 support for determinant on empty matrixGravatar Gael Guennebaud2010-07-19
| | * fix compilation of ei_tridiagonalization_inplace_selector for 1x1 matrixGravatar Gael Guennebaud2010-07-18
| | * fix hemm to not use the imaginary part of the diagonal entriesGravatar Gael Guennebaud2010-07-17
| | * re-enable writing to reversed objectsGravatar Gael Guennebaud2010-07-16
| | * fix for empty matricesGravatar Gael Guennebaud2010-07-16
| | * disable the optimized 3x3 path for complexes which was not working at allGravatar Gael Guennebaud2010-07-16
| | * fix bad fuzzy comparison in 3x3 tridiagonalizationGravatar Gael Guennebaud2010-07-16
| | * fix sum()/prod() on empty matrix making sure this does not affect fixed sized...Gravatar Gael Guennebaud2010-07-16
| | * mergeGravatar Gael Guennebaud2010-07-15
| | |\
| | * | add support for strictly triangular matrix in trmm though it is not really us...Gravatar Gael Guennebaud2010-07-15
| | | * mergeGravatar Gael Guennebaud2010-07-15
| | | |\ | | | |/ | | |/|
| | * | fix compilation for non trivial typesGravatar Gael Guennebaud2010-07-14
| | * | fix ei_aligned_delete for null pointers and non trivial dtorsGravatar Gael Guennebaud2010-07-14
| | | * Implemented SSE optimized double-precision Quaternion multiplicationGravatar Christoph Hertzberg2010-07-12
| | |/
| | * fix unused warningGravatar Gael Guennebaud2010-07-11
| |/
| * * generalize rowmajor by vectorGravatar Gael Guennebaud2010-07-10
| * fix compilation: make the check_coordinates* functions constGravatar Gael Guennebaud2010-07-10
| * let ei_pset1 use _mm_loaddup_pd. Not a significant speed improvement, but als...Gravatar Benoit Jacob2010-07-09
| * Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>Gravatar Konstantinos Margaritis2010-07-10
| * disable MSVC optimization when the underlying compiler is ICCGravatar Gael Guennebaud2010-07-09
| * move ei_conj_if to a more appropriate fileGravatar Gael Guennebaud2010-07-09
| * forgot to commit ei_p4f_FORWARD;Gravatar Konstantinos Margaritis2010-07-09
| * Altivec port of Complex.h.Gravatar Konstantinos Margaritis2010-07-09
| * enabling aligned loads/store for complex<double> is much more tricky,Gravatar Gael Guennebaud2010-07-07
|/
* syncGravatar Gael Guennebaud2010-07-07
|\
* | optimized conjugate products for SSE3Gravatar Gael Guennebaud2010-07-07
* | optimize for SSE3 => significant speed up !!Gravatar Gael Guennebaud2010-07-07