aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Eigen2Support
Commit message (Collapse)AuthorAge
* add main ei_* functions into Eigen2SupportGravatar Gael Guennebaud2010-12-03
|
* Fixed compilation due to lacking Transform definitions.Gravatar Hauke Heibel2010-11-01
|
* add eigen2support Transform typedefs, add Eigen2To3 section on TransformGravatar Benoit Jacob2010-10-29
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* email changeGravatar Gael Guennebaud2010-06-24
|
* add minor to Eigen2SupportGravatar Benoit Jacob2010-04-22
|
* remove USING_PART_OF_NAMESPACE_EIGEN, leaving it in Eigen2Support.Gravatar Benoit Jacob2010-04-22
| | | | improve porting-Eigen2-to-3 docs
* * fix Eigen2Support, was not including VectorBlock.hGravatar Benoit Jacob2010-04-22
| | | | | * move the corners support stuff to a new Block.h there * expand the unit test
* Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're ↵Gravatar Benoit Jacob2010-02-27
| | | | in eigen2 support mode
* * resurected Flagged from Eigen2SupportGravatar Gael Guennebaud2010-02-04
| | | | * reimplement .diagonal() for ProductBase to make (A*B).diagonal() more efficient!
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
|
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
| | | | and remove the respective bit flags
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* add a new Eigen2Support module including Cwise, Flagged, and some other deprecated stuff * add a few cwiseXxx functions * adapt a few modules to use cwiseXxx instead of the .cwise() prefix