mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Give the axe to the aliasing system.
Improve the evaluation system instead.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user