aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array
Commit message (Expand)AuthorAge
* 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
* 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
* fix compilation MSVCGravatar Gael Guennebaud2009-03-17
* fix a few compilation errors and warnings (ICC)Gravatar Gael Guennebaud2009-03-11
* add efficient matrix product specializations for HomogeneousGravatar Gael Guennebaud2009-03-05
* big addons:Gravatar Gael Guennebaud2009-03-05
* Add COMPONENT DevelGravatar Laurent Montel2009-02-23
* * fix Quaternion::setFromTwoVectors (thanks to "benv" from the forum)Gravatar Gael Guennebaud2009-02-17
* * add ei_predux_mul internal functionGravatar Gael Guennebaud2009-02-10
* fix doxygen \ingroup for the array moduleGravatar Gael Guennebaud2009-02-09
* remove remaining debug stuff in Reverse.hGravatar Gael Guennebaud2009-02-08
* Add vectorization of Reverse (was more tricky than I thought) andGravatar Gael Guennebaud2009-02-06
* Reverse::coeff*(int) functions are for vector onlyGravatar Gael Guennebaud2009-02-06
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* patch from Ricard Marxer: add doc example for select()Gravatar Gael Guennebaud2009-01-17
* make ei_traist<Select> honors nested typesGravatar Gael Guennebaud2009-01-12
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* add cwise operator *= and /=.Gravatar Benoit Jacob2009-01-11
* *add PartialRedux::cross() with unit testGravatar Benoit Jacob2009-01-05
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-03
* add the missing templated version of block for sub-vectorsGravatar Gael Guennebaud2008-09-09
* Add coeff-wise comparisons to scalar operators. You can now write:Gravatar Gael Guennebaud2008-09-03
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* doc and use sed to clean the class hierarchy instead ofGravatar Gael Guennebaud2008-08-28
* * move memory related stuff to util/Memory.hGravatar Gael Guennebaud2008-08-26