aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign.h
Commit message (Expand)AuthorAge
...
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
| * put the assign assert and debug info before the assignment itselfGravatar Benoit Jacob2010-01-01
| * fix #76, MayLinearVectorize depends on MaxSizeAtCompileTime and not on MaxInn...Gravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
| * * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * fix bugs, old and new:Gravatar Benoit Jacob2009-11-18
| * temporarily disable linear traversal.Gravatar Benoit Jacob2009-11-18
| * Assign.h: add LinearTraversal (non-vectorized index-based traversal)Gravatar Benoit Jacob2009-11-18
|/
* fix compilation adding a makeconst helper structGravatar Gael Guennebaud2009-11-07
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* add EIGEN_DEBUG_VARGravatar Benoit Jacob2009-08-11
* remove #include Bidiagonalization, and add missing ";"Gravatar Gael Guennebaud2009-08-11
* LinearVectorization: If the destination isn't aligned,Gravatar Benoit Jacob2009-08-09
* now you can #define EIGEN_DEBUG_ASSIGN, and all the values in ei_assign_trait...Gravatar Benoit Jacob2009-08-09
* apply Gael's idea for auto transpose in mixed fixed/dynamic caseGravatar Benoit Jacob2009-08-03
* new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* fix assertion issue in slice vectorizationGravatar Gael Guennebaud2009-02-16
* centralize those static asserts more upstream, reduces duplication and ensure...Gravatar Benoit Jacob2009-01-27
* * add unit-tests to check allowed and forbiddent mixing of different scalar t...Gravatar Benoit Jacob2008-12-22
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* more warning fixes by Armin BerresGravatar Gael Guennebaud2008-12-15
* * Much better, consistent error msgs when mixing different scalar types:Gravatar Benoit Jacob2008-12-03
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* Bugfix regarding alignent in Assign.h (updated map unit test to detect this bug)Gravatar Gael Guennebaud2008-09-03
* * remove debug code commited by mistake in AssignGravatar Gael Guennebaud2008-08-26
* temporary fix of the pèrevious commitGravatar Gael Guennebaud2008-08-24
* * Added .all() and .any() members to PartialReduxGravatar Gael Guennebaud2008-08-20
* change solveTriangularInPlace() to take a pointer as input (as discussed on I...Gravatar Gael Guennebaud2008-08-12
* * Big change in Block and Map:Gravatar Gael Guennebaud2008-08-09
* introduce copyCoeff and copyPacket methods in MatrixBase, used byGravatar Benoit Jacob2008-08-05
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* Add a *very efficient* evaluation path for both col-major matrix * vectorGravatar Gael Guennebaud2008-07-12
* some performance fixes in Assign.h reported by Gael. Some doc update inGravatar Benoit Jacob2008-07-10
* * do the ActualPacketAccesBit change as discussed on listGravatar Benoit Jacob2008-07-04
* * added innerSize / outerSize functions to MatrixBaseGravatar Gael Guennebaud2008-06-28
* * rework Map, allow vectorizationGravatar Benoit Jacob2008-06-27
* * add bench/benchVecAdd.cpp by Gael, fix crash (ei_pload on non-aligned)Gravatar Benoit Jacob2008-06-26
* optimize linear vectorization both in Assign and Sum (optimal amortized perf)Gravatar Gael Guennebaud2008-06-23
* split sum away from redux and vectorize it.Gravatar Benoit Jacob2008-06-23
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* move "enum" back to "const int" int ei_assign_impl: in fact, castingGravatar Gael Guennebaud2008-06-20
* * more cleaning in ProductGravatar Gael Guennebaud2008-06-19
* * Block: row and column expressions in the inner directionGravatar Benoit Jacob2008-06-16
* aaargh.Gravatar Benoit Jacob2008-06-16
* fix bug in computation of unrolling limit: div instead of mulGravatar Benoit Jacob2008-06-16
* * Big rework of Assign.h:Gravatar Benoit Jacob2008-06-16