mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
and here is the fixed-size Block class
This commit is contained in:
@@ -85,8 +85,8 @@ template<typename Scalar, typename Derived> class MatrixBase
|
||||
|
||||
DynBlock<Derived> dynBlock(int startRow, int startCol,
|
||||
int blockRows, int blockCols) const;
|
||||
//template<int BlockRows, int BlockCols> Block<Derived, BlockRows, BlockCols>
|
||||
//block(int startRow, int startCol) const;
|
||||
template<int BlockRows, int BlockCols>
|
||||
Block<Derived, BlockRows, BlockCols> block(int startRow, int startCol) const;
|
||||
|
||||
Transpose<Derived> transpose() const;
|
||||
Conjugate<Derived> conjugate() const;
|
||||
|
||||
Reference in New Issue
Block a user