aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Matrix.h
Commit message (Expand)AuthorAge
* Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3Gravatar Benoit Jacob2010-03-03
* a matrix (or array) does not always have the LinearAccessBit!Gravatar Gael Guennebaud2010-03-02
* Added support for realloc based conservative resizing.Gravatar Hauke Heibel2010-02-27
* * add VERIFY_IS_EQUAL, should compile faster and it's natural when no arithme...Gravatar Benoit Jacob2010-02-26
* mergeGravatar Benoit Jacob2010-02-25
|\
* | * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
| * Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
| * Renamed AnyMatrixBase to EigenBase.Gravatar Hauke Heibel2010-02-20
* | miserable half-working state, commiting to a fork just in case, just to perfectGravatar Benoit Jacob2010-02-18
|/
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* Adapted doxygen's new style sheet.Gravatar Hauke Heibel2010-01-15
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
* Changed parts of the documentation.Gravatar Hauke Heibel2010-01-14
* Added some minor comments.Gravatar Hauke Heibel2010-01-13
* Fixes #83.Gravatar Hauke Heibel2010-01-12
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* Fixed MSVC compilation.Gravatar Hauke Heibel2010-01-10
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | 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
| * * remove empty destructors in Matrix.h and MatrixStorage.hGravatar Mathieu Gautier2009-12-02
| * initialize-by-zero: remember that when the newsize==oldsize, resize() must re...Gravatar Benoit Jacob2009-11-16
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* ouch, avoid infinite loop!Gravatar Benoit Jacob2009-11-12
* also optionnally initialize by zero after resizingGravatar Benoit Jacob2009-11-12
* * add non-default option to initialize matrices by 0Gravatar Benoit Jacob2009-11-12
* Added dox for the new typedefs.Gravatar Hauke Heibel2009-10-27
* Added more common typedefs.Gravatar Hauke Heibel2009-10-27
* Matrix::conservativeResize, resize only when necessary.Gravatar Hauke Heibel2009-09-25
* Added EIGEN_REF_TO_TEMPORARY define for rvalue support.Gravatar Hauke Heibel2009-09-21
* * ReturnByValue:Gravatar Benoit Jacob2009-09-22
* Fixed conservative_resize compilation errors.Gravatar Hauke Heibel2009-09-08
* Fixed unit test and improved code reusage for resizing.Gravatar Hauke Heibel2009-09-07
* Changed the AnyMatrixBase / ei_special_scalar_op inheritance order as propose...Gravatar Hauke Heibel2009-09-07
* fix compilation of swap for ICCGravatar Gael Guennebaud2009-09-07
* compilation fix for conservativeResizeGravatar Gael Guennebaud2009-09-04
* Added conservativeResize + unit test.Gravatar Hauke Heibel2009-09-03
* finally the first version was the good one...Gravatar Benoit Jacob2009-09-03
* fix wrong assertGravatar Gael Guennebaud2009-09-02
* much simpler fix for Matrix::swapGravatar Gael Guennebaud2009-09-02
* * add serious unit test for swapGravatar Benoit Jacob2009-09-02
* fix compilation errors in swap (could not swap with anything else than the ex...Gravatar Benoit Jacob2009-09-02
* fix issue #47: now m.noalias() = XXX properly resize m if neededGravatar Gael Guennebaud2009-09-01
* fix Matrix::stride for vectors, add a unit test for Block::strideGravatar Gael Guennebaud2009-08-31
* rename back MayAliasBit to EvalBeforeAssigningBitGravatar Gael Guennebaud2009-08-16
* As proposed on the list:Gravatar Gael Guennebaud2009-08-15
* big refactoring in Product.h:Gravatar Gael Guennebaud2009-08-05