eigen/disabled
Benoit Jacob aebecae510 * find the proper way of nesting the expression in Flagged:
finally that's more subtle than just using ei_nested, because when
  flagging with NestByValueBit we want to store the expression by value
  already, regardless of whether it already had the NestByValueBit set.
* rename temporary() ----> nestByValue()
* move the old Product.h to disabled/, replace by what was ProductWIP.h
* tweak -O and -g flags for tests and examples
* reorder the tests -- basic things go first
* simplifications, e.g. in many methoeds return derived() and count on
  implicit casting to the actual return type.
* strip some not-really-useful stuff from the heaviest tests
2008-05-28 04:38:16 +00:00
..
class_Eval.cpp - remove Eval/EvalOMP (moving them to a disabled/ subdir in order 2008-03-31 17:24:09 +00:00
Eval_MatrixType.cpp - remove Eval/EvalOMP (moving them to a disabled/ subdir in order 2008-03-31 17:24:09 +00:00
Eval.h -new: recursive costs system, useful to determine automatically 2008-04-03 11:10:17 +00:00
EvalOMP.h - remove Eval/EvalOMP (moving them to a disabled/ subdir in order 2008-03-31 17:24:09 +00:00
Product.h * find the proper way of nesting the expression in Flagged: 2008-05-28 04:38:16 +00:00