aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* finish/fix level1 blas, all test passGravatar Gael Guennebaud2010-07-17
* fix level3 blas: it now passes all computational testsGravatar Gael Guennebaud2010-07-17
* fix hemm to not use the imaginary part of the diagonal entriesGravatar Gael Guennebaud2010-07-17
* fix a couple a issue with blas (new TRMM api, and enforece column major)Gravatar Gael Guennebaud2010-07-16
* fix compilation of blas libGravatar Gael Guennebaud2010-07-16
* 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
* MPRealSupport was missingGravatar Gael Guennebaud2010-07-15
* mergeGravatar Gael Guennebaud2010-07-15
|\
* | add support for strictly triangular matrix in trmm though it is not really us...Gravatar Gael Guennebaud2010-07-15
| * add a support module for MPFR C++ with basic unit testingGravatar Gael Guennebaud2010-07-15
| * mergeGravatar Gael Guennebaud2010-07-15
| |\ | |/ |/|
* | fix compilation for non trivial typesGravatar Gael Guennebaud2010-07-14
* | mergeGravatar Gael Guennebaud2010-07-14
|\ \
* | | use dummy_precision by default instead of 0Gravatar Gael Guennebaud2010-07-14
* | | fix ei_aligned_delete for null pointers and non trivial dtorsGravatar Gael Guennebaud2010-07-14
| * | Tutorial page 4: add some text, diversify examples.Gravatar Jitse Niesen2010-07-14
| | * add a bench for quaternion multiplicationGravatar Gael Guennebaud2010-07-13
| | * Implemented SSE optimized double-precision Quaternion multiplicationGravatar Christoph Hertzberg2010-07-12
| |/
| * Change EXPAND_AS_DEFINED doxygen configuration option.Gravatar Jitse Niesen2010-07-13
| * Tutorial page 3: add more cwise operations, condense rest.Gravatar Jitse Niesen2010-07-12
| * Tutorial page 1: Put code and output side-by-side.Gravatar Jitse Niesen2010-07-12
|/
* fix doc compilation on non 32bits systemsGravatar Gael Guennebaud2010-07-11
* 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
* forgot to add the Complex.h include for AltiVec.Gravatar Konstantinos Margaritis2010-07-09
* Altivec port of Complex.h.Gravatar Konstantinos Margaritis2010-07-09
* Be consistent in how the tutorial pages link together.Gravatar Jitse Niesen2010-07-09
* Small changes to tutorial page 2 (matrix arithmetic):Gravatar Jitse Niesen2010-07-09
* bench: use of Eigen/Array is deprecated + fix includes for iostreamGravatar Thomas Capricelli2010-07-09
* Added more redux types/examples in tutorial and fixed some display issuesGravatar Carlos Becker2010-07-08
* Reductions/Broadcasting/Visitor Tutorial added to indexGravatar Carlos Becker2010-07-08
* Reductions/Broadcasting/Visitor Tutorial addedGravatar Carlos Becker2010-07-08
* enabling aligned loads/store for complex<double> is much more tricky,Gravatar Gael Guennebaud2010-07-07
* mention that array = matrix is fine tooGravatar Gael Guennebaud2010-07-07
* syncGravatar Gael Guennebaud2010-07-07
|\
* | add support for complexGravatar Gael Guennebaud2010-07-07
* | optimized conjugate products for SSE3Gravatar Gael Guennebaud2010-07-07
* | optimize for SSE3 => significant speed up !!Gravatar Gael Guennebaud2010-07-07
* | optimize pmul for complex<double>Gravatar Gael Guennebaud2010-07-07
* | optimize gemv for complex<double> and fix gcc alignment issue in 32bitsGravatar Gael Guennebaud2010-07-07