aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Assign.h
Commit message (Expand)AuthorAge
* fix #139, exactly the same issue as #138, this time in Assign.h: const Index ...Gravatar Benoit Jacob2010-06-16
* Really fix #123.Gravatar Hauke Heibel2010-06-14
* Fixes bug #123.Gravatar Hauke Heibel2010-06-14
* change the value of Dynamic to -1, since the index type is now configurable.Gravatar Benoit Jacob2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* 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