aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Block.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2014-06-25 09:58:26 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2014-06-25 09:58:26 +0200
commite3ba5329ff369401da836ac5e4a86cd059a51a69 (patch)
tree75111e972ea04a5f16b18062b253e5f39eb28dd3 /Eigen/src/Core/Block.h
parent17f119689e8b0060c41ca6ab0d291bd7d09fe5ce (diff)
Implement evaluators for sparse Block.
Diffstat (limited to 'Eigen/src/Core/Block.h')
-rw-r--r--Eigen/src/Core/Block.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/Block.h b/Eigen/src/Core/Block.h
index 70e457028..0f3ab304a 100644
--- a/Eigen/src/Core/Block.h
+++ b/Eigen/src/Core/Block.h
@@ -122,6 +122,8 @@ template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel> class
typedef Impl Base;
EIGEN_GENERIC_PUBLIC_INTERFACE(Block)
EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Block)
+
+ typedef typename internal::remove_all<XprType>::type NestedExpression;
/** Column or Row constructor
*/