Patch by Gael Guennebaud: coeff-wise binary operators.

This unifies + and - and moreover this patch introduces
coeff-wise * and / based on this. Also, corresponding test.
This commit is contained in:
Benoit Jacob
2008-02-29 14:35:14 +00:00
parent f12e9c53ac
commit a2f8d4be6a
9 changed files with 331 additions and 9 deletions

View File

@@ -18,8 +18,7 @@ namespace Eigen {
#include "src/Core/Matrix.h"
#include "src/Core/Cast.h"
#include "src/Core/Eval.h"
#include "src/Core/Sum.h"
#include "src/Core/Difference.h"
#include "src/Core/CwiseBinaryOp.h"
#include "src/Core/Opposite.h"
#include "src/Core/ScalarMultiple.h"
#include "src/Core/Product.h"