aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Fuzzy.h
Commit message (Expand)AuthorAge
* the big Array/Cwise rework as discussed on the mailing list. The new APIGravatar Benoit Jacob2008-07-08
* * rewrite of the QR decomposition:Gravatar Gael Guennebaud2008-06-07
* Updated fuzzy comparisons to use L2 norm as all my experimentsGravatar Gael Guennebaud2008-06-06
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* * rename XprCopy -> NestedGravatar Benoit Jacob2008-04-10
* fixes as discussed with Gael on IRC. Mainly, in Fuzzy.h, and Dot.h, useGravatar Benoit Jacob2008-04-05
* * #define EIGEN_NDEBUG now also disables asserts. UsefulGravatar Benoit Jacob2008-03-26
* generalized ei_traits<>.Gravatar Benoit Jacob2008-03-12
* big change: MatrixBase only takes one template parameter "Derived", theGravatar Benoit Jacob2008-03-10
* Relicense --> dual-license LGPL3+/GPL2+Gravatar Benoit Jacob2008-02-28
* prefix global functions with ei_ as previous solution was ratherGravatar Benoit Jacob2008-02-28
* Ready for alpha2 release.Gravatar Benoit Jacob2008-01-07
* move default parameter values from function definition to function declaration.Gravatar Benoit Jacob2008-01-06
* - move: DerivedTraits becomes MatrixBase::TraitsGravatar Benoit Jacob2008-01-06
* Patch by Gael Guennebaud, making Eigen compatible with the Intel compiler (icc).Gravatar Benoit Jacob2008-01-06
* - make MatrixBase and all expressions aware of their preferred traversal order.Gravatar Benoit Jacob2008-01-05
* move Core/ to a src/ subdir, in preparation for following changesGravatar Benoit Jacob2007-12-28