aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Array
Commit message (Expand)AuthorAge
* introduce the 3 stages of eigen2 support, writing to the mailing list about t...Gravatar Benoit Jacob2011-01-21
* Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.Gravatar Benoit Jacob2011-01-20
* import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2Gravatar Benoit Jacob2011-01-19
* Added the Array include's warning for GCC.Gravatar Hauke Heibel2010-01-20
* Corrected the Array include's deprecation warning for MSVC.Gravatar Hauke Heibel2010-01-20
* Moved the Array module to Core.Gravatar Hauke Heibel2010-01-20
* merge with default branchGravatar Gael Guennebaud2009-12-22
|\
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
| * added comments to help vim understand the header files are c++.Gravatar Mark Borgerding2009-12-01
* | Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
|/
* * rename PartialRedux to VectorwiseOpGravatar Gael Guennebaud2009-06-10
* big addons:Gravatar Gael Guennebaud2009-03-05
* update of the Array module docGravatar Gael Guennebaud2009-02-12
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* * mark Geometry as experimentalGravatar Benoit Jacob2009-01-26
* * QR: add a rank() method and improve the accuracy of the rankGravatar Gael Guennebaud2009-01-20
* Patch by Kenneth Riddile: disable MSVC warnings, reenable them outsideGravatar Benoit Jacob2008-12-18
* add lpNorm<p>() method to MatrixBase, implemented in Array module, withGravatar Benoit Jacob2008-11-03
* Add a Select expression in the Array module which mimics a coeff-wise ?: oper...Gravatar Gael Guennebaud2008-09-03
* doc fixes, and extended Basic Linear Algebra and Reductions sectionsGravatar Gael Guennebaud2008-08-20
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * added a pseudo expression Array giving access to:Gravatar Gael Guennebaud2008-06-20
* * refactoring of Product:Gravatar Gael Guennebaud2008-06-19
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31