template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
Eigen::BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Sparse> class

Generic implementation of sparse Block expression. Real-only.

Base classes

template<typename Derived>
class SparseMatrixBase
Base class of any sparse matrices or sparse expressions.

Constructors, destructors, conversion operators

BlockImpl(XprType& xpr, Index i)
BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)

Function documentation

template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
Eigen::BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Sparse><XprType, BlockRows, BlockCols, InnerPanel>::BlockImpl(XprType& xpr, Index i)

Column or Row constructor

template<typename XprType, int BlockRows, int BlockCols, bool InnerPanel>
Eigen::BlockImpl<XprType, BlockRows, BlockCols, InnerPanel, Sparse><XprType, BlockRows, BlockCols, InnerPanel>::BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)

Dynamic-size constructor