diff options
author | Gael Guennebaud <g.gael@free.fr> | 2008-05-31 18:11:48 +0000 |
---|---|---|
committer | Gael Guennebaud <g.gael@free.fr> | 2008-05-31 18:11:48 +0000 |
commit | 310f7aa09622e8e549b4e14cc3659e22bb02d915 (patch) | |
tree | 1d1c22bf1801a731b8d4bf7cb84443376660ea08 /Eigen/Core | |
parent | a2f71f9d7e1e443814fe60726d99a4b0508baefa (diff) |
moved purely "array" related stuff to a new module Array.
This include:
- cwise Pow,Sin,Cos,Exp...
- cwise Greater and other comparison operators
- .any(), .all() and partial reduction
- random
Diffstat (limited to 'Eigen/Core')
-rw-r--r-- | Eigen/Core | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Eigen/Core b/Eigen/Core index 2c29f3602..f3e6b1fcc 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -27,7 +27,6 @@ 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" |