aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array/ArrayBase.h
Commit message (Expand)AuthorAge
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-02-20
* Added array() to ArrayBase and matrix() to MatrixBase().Gravatar Hauke Heibel2010-01-21
* a couple of fixesGravatar Gael Guennebaud2010-01-06
* add operators *= and /= (bis)Gravatar Gael Guennebaud2010-01-05
* s/asMatrix()/matrix()Gravatar Gael Guennebaud2010-01-04
* port VectorwiseOp and Swap to the novel mechanisms, and various cleanningGravatar Gael Guennebaud2010-01-04
* a couple of fixes, now Array passes the linearstructure testGravatar Gael Guennebaud2009-12-17
* finally add a Array class with storage via the introduction of a DenseStorage...Gravatar Gael Guennebaud2009-12-17
* a lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* add an eigen2support test and a few fixesGravatar Gael Guennebaud2009-12-16
* adapt select, replicate and reverseGravatar Gael Guennebaud2009-12-10
* add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31