aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core
Commit message (Expand)AuthorAge
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
* | fix aliasing detectionGravatar Gael Guennebaud2010-01-05
| * Big renaming:Gravatar Benoit Jacob2010-01-04
| * make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* | s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* | port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
| * Fix #69 for the second time, and add the respective regression testGravatar Gael Guennebaud2010-01-04
| * remove debug output. sorry!Gravatar Benoit Jacob2010-01-02
| * clarify docs as requested on forumGravatar 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
| * sorry for committing this messGravatar Gael Guennebaud2009-12-23
| * fix #76, MayLinearVectorize depends on MaxSizeAtCompileTime and not on MaxInn...Gravatar Gael Guennebaud2009-12-23
| * fix the xpr analyzer for TransposeGravatar Gael Guennebaud2009-12-23
| * fix #69 and extend unit tests or triangular solversGravatar Gael Guennebaud2009-12-23
* | a couple of fixes after thye mergeGravatar Gael Guennebaud2009-12-23
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
| * support gcc 4.5Gravatar Benoit Jacob2009-12-21
| * oops, remove duplicated ctorGravatar Gael Guennebaud2009-12-19
| * much better workaround for empty struct (the previous one caused GCC 4.3 to g...Gravatar Gael Guennebaud2009-12-18
* | a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* | clean a bit Matrix and fix static Map functionsGravatar Gael Guennebaud2009-12-17
* | some cleaning in DenseStorageBaseGravatar Gael Guennebaud2009-12-17
* | finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* | a couple of fixes and cleaningGravatar Gael Guennebaud2009-12-17
* | a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
| * * introduce ei_alignmentOffset(MatrixBase&,Integer)Gravatar Benoit Jacob2009-12-16
| * this really fix the previous warningGravatar Gael Guennebaud2009-12-16
| * fix warning by making ei_empty_struct::_ei_dummy_ privateGravatar Gael Guennebaud2009-12-16
| * fix compilation when mixing typesGravatar Gael Guennebaud2009-12-16
| * * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
| * Suppressed the warning for missing assignment generators (forgot that in the ...Gravatar Hauke Heibel2009-12-15
| * change the Arch constants: const int ---> enum, more explicit names, and useGravatar Benoit Jacob2009-12-14
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
| * Fixed a bad type conversion.Gravatar Hauke Heibel2009-12-13
| * Removed more warnings.Gravatar Hauke Heibel2009-12-12
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* | some compilation fixesGravatar Gael Guennebaud2009-12-10
* | adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
| * * 4x4 inverse: revert to cofactors methodGravatar Benoit Jacob2009-12-09
| * Documentation clean up.Gravatar Jitse Niesen2009-12-08
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * fix MSVC10 compilationGravatar Gael Guennebaud2009-12-02
| * * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
| * Added NestByValue and .nestByValue() again for the sake of backwards compatib...Gravatar Hauke Heibel2009-12-02
| * Removed unnecessary code.Gravatar Hauke Heibel2009-12-02
| * That's it NestByValue and .nestByValue() are both gone!Gravatar Hauke Heibel2009-12-01
| * Even more NestByValue cleanup...Gravatar Hauke Heibel2009-12-01
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01