aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/internal/Block.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/Block.h')
-rw-r--r--src/internal/Block.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/Block.h b/src/internal/Block.h
index dde15b0c0..cd4422887 100644
--- a/src/internal/Block.h
+++ b/src/internal/Block.h
@@ -36,6 +36,9 @@ template<typename MatrixType> class MatrixBlock
typedef typename MatrixType::Ref MatRef;
friend class EigenBase<Scalar, MatrixBlock<MatrixType> >;
typedef MatrixBlock Ref;
+
+ static const int RowsAtCompileTime = DynamicSize,
+ ColsAtCompileTime = DynamicSize;
MatrixBlock(const MatRef& matrix,
int startRow, int endRow,