aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/DenseStorageBase.h
Commit message (Expand)AuthorAge
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* implement the idea that row-vectors have the RowMajorBit and col-vectors don't.Gravatar Benoit Jacob2010-03-09
* * let a = foo() work when a is a row-vector xpr and foo() returns a ReturnByV...Gravatar Benoit Jacob2010-03-08
* factorize default performance related settings to a single fileGravatar Gael Guennebaud2010-03-03
* 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
* Fix Map-with-Stride and cover it by new unit tests.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
|/
* avoid 2 redundant calls to resizeGravatar Gael Guennebaud2010-02-15
* fix a couple of ICE with gcc 4.0.1Gravatar Gael Guennebaud2010-02-12
* Regression tests for number of nested temporaries.Gravatar Hauke Heibel2010-02-09
* fix the multiple temporary issue for nested productsGravatar Gael Guennebaud2010-02-09
* More documentation improvements.Gravatar Hauke Heibel2010-01-16
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
* Added some minor comments.Gravatar Hauke Heibel2010-01-13
* Fixed conservativeResize.Gravatar Hauke Heibel2010-01-11
* Eigen/src/Core/DenseStorageBase.h: add 'typename'Gravatar Jitse Niesen2010-01-11
* Fixes unit test swap_3. Friends are not inherited.Gravatar Hauke Heibel2010-01-10
* Backed out the removal of the actual resize like implementation. Now, resizin...Gravatar Hauke Heibel2010-01-10
* Fixed swapping and corresponding MSVC compilation.Gravatar Hauke Heibel2010-01-10
* merge with default branchGravatar Gael Guennebaud2009-12-22
* extend the DenseStorageMatrix mechanism to all expressionsGravatar 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