aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign.h
Commit message (Expand)AuthorAge
* Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in...Gravatar Benoit Jacob2010-02-27
* mergeGravatar Benoit Jacob2010-02-26
|\
| * Fixed perf problems for vector subtraction: inlining wasn't always happening ...Gravatar nerbonne2010-02-26
* | * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* | DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
* | miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* fix one useless temp & copyGravatar Gael Guennebaud2010-02-09
* *forward port fix in MapBase::coeff(int) and coeffRef(int)Gravatar Benoit Jacob2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * remove debug output. sorry!Gravatar Benoit Jacob2010-01-02
| * * 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