aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array
Commit message (Expand)AuthorAge
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* compile with gcc 4.5Gravatar Benoit Jacob2010-03-18
* fix and extend replicate optimization, and add the packet method though it is...Gravatar Gael Guennebaud2010-03-15
* Try to avoid modulo operations in Replicate if possible.Gravatar Hauke Heibel2010-03-13
* Nest expression within MatrixWrapper by value.Gravatar Hauke Heibel2010-03-10
* Enable resizing of Arrays.Gravatar Hauke Heibel2010-03-10
* Backed out changeset 2f3d685e0c687ae1121428dab6bc0ec868b14fe3Gravatar Benoit Jacob2010-03-03
* a matrix (or array) does not always have the LinearAccessBit!Gravatar Gael Guennebaud2010-03-02
* Document Map and Stride, add examples.Gravatar Benoit Jacob2010-02-26
* DenseBase::IsRowMajor now takes the special case of vectors into account.Gravatar Benoit Jacob2010-02-25
* 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
|/
* fix nesting in Arraywrapper and nesting_opsGravatar Gael Guennebaud2010-02-09
* get rid of NestParentByRefBitGravatar Gael Guennebaud2010-02-08
* Introduced NestParentByRefBit and NestByRefBit - this should fix temporaries ...Gravatar Hauke Heibel2010-02-06
* add support for global math function for arrayGravatar Gael Guennebaud2010-01-27
* Added an ei_linspaced_op to create linearly spaced vectors.Gravatar Hauke Heibel2010-01-26
* lot of cleaning:Gravatar Gael Guennebaud2010-01-22
* Added array() to ArrayBase and matrix() to MatrixBase().Gravatar Hauke Heibel2010-01-21
* remove useless using comp. assignment operatorsGravatar Gael Guennebaud2010-01-15
* Fixed the ProductReturnType (at least for UnrolledProducts).Gravatar Hauke Heibel2010-01-12
* Fixed DenseStorageBase typedef (MSVC specific).Gravatar Hauke Heibel2010-01-11
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* a couple of fixesGravatar Gael Guennebaud2010-01-06
* add operators *= and /= (bis)Gravatar Gael Guennebaud2010-01-05
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
* | fix a coupe of warningsGravatar Gael Guennebaud2010-01-05
| * 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
* | merge with default branchGravatar Gael Guennebaud2009-12-22
|\|
* | extend the DenseStorageMatrix mechanism to all expressionsGravatar Gael Guennebaud2009-12-22
| * 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 lot of cleaning and fixesGravatar Gael Guennebaud2009-12-16
* | add an eigen2support test and a few fixesGravatar Gael Guennebaud2009-12-16
| * * fix aliasing checks when the lhs is also transposed. At the same time,Gravatar Gael Guennebaud2009-12-16
| * Warning 4512 (assignment operators could not be generated) is now simply disa...Gravatar Hauke Heibel2009-12-14
| * Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* | 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
| * Much more NestByValue cleanup.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from VectorwiseOp.Gravatar Hauke Heibel2009-12-01
| * Removed NestByValue dependency from MatrixBase::select().Gravatar Hauke Heibel2009-12-01