aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Opposite.h
Commit message (Expand)AuthorAge
* - make RowsAtCompileTime and ColsAtCompileTime public inGravatar Benoit Jacob2007-12-19
* some more cleanup and reorganisationGravatar Benoit Jacob2007-12-17
* Some cleanup and renaming.Gravatar Benoit Jacob2007-12-16
* expand unit-tests and fix const-qualifaction bugs thus discoveredGravatar Benoit Jacob2007-12-12
* use a more c++-ish way of preventing the compiler from generating default ope...Gravatar Benoit Jacob2007-12-12
* revert most of my previous commit. forcing the compiler to inline only increasedGravatar Benoit Jacob2007-12-11
* play with inlining to get better performance when the compiler is not asked t...Gravatar Benoit Jacob2007-12-11
* rename Object -> MatrixBaseGravatar Benoit Jacob2007-11-27
* - improve and comment the "BasicStuff" test.Gravatar Benoit Jacob2007-11-26
* clarify the situation with EI_INHERIT_ASSIGNMENT_OPERATORSGravatar Benoit Jacob2007-10-15
* make shameless use of const_cast to reduce code redundancy. This means Eigen2Gravatar Benoit Jacob2007-10-15
* add unary operator-(), computing the opposite.Gravatar Benoit Jacob2007-10-13