aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/map.cpp
Commit message (Expand)AuthorAge
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* clean several other assertion checking testsGravatar Gael Guennebaud2011-05-20
* NEON: disable unaligned assertion checking for non vectorized typesGravatar Gael Guennebaud2011-05-18
* bug #54 - The big Map const-correctness changesGravatar Benoit Jacob2010-12-10
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* * disable unalignment detection when vectorization is not enabledGravatar Gael Guennebaud2010-08-18
* The intrin.h header needs to be included after cmath in order to prevent warn...Gravatar Hauke Heibel2010-06-21
* More Index related stuff.Gravatar Hauke Heibel2010-06-21
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* fix another warningGravatar Thomas Capricelli2010-05-21
* Fix Map-with-Stride and cover it by new unit tests.Gravatar Benoit Jacob2010-02-26
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
* Hey, finally the copyCoeff stuff is not only used to implement swap anymore :)Gravatar Gael Guennebaud2009-11-20
* sync with mainlineGravatar Benoit Jacob2009-10-28
|\
* | big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
| * * extend Map to allow the user to specify whether the mapped dataGravatar Gael Guennebaud2009-10-23
|/
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* * make WithAlignedOperatorNew always align even when vectorization is disabledGravatar Benoit Jacob2008-12-30
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* Add Matrix::Map() and Matrix::AlignedMap() static methodsGravatar Benoit Jacob2008-11-03
* Bugfix regarding alignent in Assign.h (updated map unit test to detect this bug)Gravatar Gael Guennebaud2008-09-03
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * Fix a couple of issues related to the recent cache friendly productsGravatar Gael Guennebaud2008-07-19
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* update of the testing framework:Gravatar Gael Guennebaud2008-05-22
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* -add set...() methods and their documentation; remove GenericGravatar Benoit Jacob2008-01-11
* switch to enums everywhereGravatar Benoit Jacob2008-01-10
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* - eigen2 now fully enforces constness! found a way to achieve thatGravatar Benoit Jacob2007-12-25