mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added ArrayBit to get the ability to manipulate a Matrix like a simple scalar.
In particular this flag changes the behavior of operator* to a coeff wise product.
This commit is contained in:
@@ -27,6 +27,7 @@ namespace Eigen {
|
||||
|
||||
#include "src/Core/Functors.h"
|
||||
#include "src/Core/MatrixBase.h"
|
||||
#include "src/Core/ArrayBase.h"
|
||||
#include "src/Core/Coeffs.h"
|
||||
#include "src/Core/Assign.h"
|
||||
#include "src/Core/MatrixStorage.h"
|
||||
|
||||
Reference in New Issue
Block a user