aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array
Commit message (Expand)AuthorAge
* 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
| * export stableNorm(), blueNorm() and hypotNorm() to colwise() and rowwise()Gravatar Thomas Capricelli2009-11-26
* | Add the concept of base class plugins, and started to write the ArrayBase class.Gravatar Gael Guennebaud2009-11-20
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* | more ET refactoring:Gravatar Gael Guennebaud2009-11-17
* | Experiment the ET refactoring on Transpose for Dense and Sparse storages.Gravatar Gael Guennebaud2009-11-16
|/
* corrected the computation cost of meanGravatar Hauke Heibel2009-10-29
* added mean() reductionGravatar Hauke Heibel2009-10-29
* Fixed more W4 warnings.Gravatar Hauke Heibel2009-10-14
* add missing PartialReduxExpr::coeff(index) functionGravatar Gael Guennebaud2009-10-13
* compilation fix: make the generic template ctor explicitGravatar Gael Guennebaud2009-10-13
* make Replicate ctor require the exact expected typeGravatar Benoit Jacob2009-09-30
* remove the \addexample tagsGravatar Gael Guennebaud2009-09-03
* add logAbsDeterminant()Gravatar Benoit Jacob2009-08-24
* fix and improve docsGravatar Benoit Jacob2009-08-15
* small fixesGravatar Benoit Jacob2009-08-03
* Set of fixes and workaround to make sun studio more happy.Gravatar Gael Guennebaud2009-07-10
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* *add missing overloads of setZero, etc... that were mentioned in the tutorialGravatar Benoit Jacob2009-05-06
* fix internal error with gcc 3.3 (all tests are now ok with 3.3 !)Gravatar Gael Guennebaud2009-05-06
* add vectorization of sqrt for floatGravatar Gael Guennebaud2009-03-27
* * enable vectorization of sin, cos, etc. by default with an option toGravatar Gael Guennebaud2009-03-26