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

@@ -121,6 +121,7 @@ namespace Eigen {
#include "src/Core/MatrixStorage.h"
#include "src/Core/NestByValue.h"
#include "src/Core/ReturnByValue.h"
#include "src/Core/Flagged.h"
#include "src/Core/Matrix.h"
#include "src/Core/Cwise.h"