mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user