add ReturnByValue pseudo expression for in-place evaluation with a

return-by-value API style (will soon use it for the transform products)
This commit is contained in:
Gael Guennebaud
2009-03-04 13:00:00 +00:00
parent 45136ac3b6
commit 6a26506341
5 changed files with 77 additions and 1 deletions

View File

@@ -56,6 +56,7 @@ template<typename MatrixType, unsigned int Mode> class Extract;
template<typename ExpressionType> class Cwise;
template<typename ExpressionType> class WithFormat;
template<typename MatrixType> struct CommaInitializer;
template<typename Functor, typename EvalType> class ReturnByValue;
template<typename Lhs, typename Rhs> struct ei_product_mode;