aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Array/PartialRedux.h
Commit message (Expand)AuthorAge
* add partial count redux (adapted patch from Ricard Marxer)Gravatar Gael Guennebaud2009-01-24
* *add PartialRedux::cross() with unit testGravatar Benoit Jacob2009-01-05
* * complete the change norm2->squaredNorm in PartialReduxGravatar Benoit Jacob2008-12-07
* Update e-mail addressGravatar Benoit Jacob2008-11-24
* norm2() renamed to squaredNorm(), kept as deprecated for now.Gravatar Benoit Jacob2008-11-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
* * remove LargeBit and related stuffGravatar Gael Guennebaud2008-08-23
* * Add the possibility to customize the output of matrices, e.g.:Gravatar Gael Guennebaud2008-08-21
* * Added .all() and .any() members to PartialReduxGravatar Gael Guennebaud2008-08-20
* * doc improvements in Cwise and PartialRedux:Gravatar Benoit Jacob2008-08-19
* Several compilation fixes for MSVC and NVCC, basically:Gravatar Gael Guennebaud2008-07-29
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* Complete rewrite of partial reduction according to mailing list discussions.Gravatar Gael Guennebaud2008-07-19
* change derived classes methods from "private:_method()"Gravatar Benoit Jacob2008-06-26
* big changes in Doxygen configuration; work around bug with doxygen parsing ofGravatar Benoit Jacob2008-06-02
* moved purely "array" related stuff to a new module Array.Gravatar Gael Guennebaud2008-05-31