Home | History | Annotate | Download | only in SparseCore

Lines Matching refs:BlockImpl

17 class BlockImpl<XprType,BlockRows,BlockCols,true,Sparse>
31 inline BlockImpl(XprType& xpr, Index i)
35 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
81 BlockImpl& operator=(const T&)
287 class BlockImpl<SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse>
294 inline BlockImpl(SparseMatrixType& xpr, Index i)
298 inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
306 class BlockImpl<const SparseMatrix<_Scalar, _Options, _StorageIndex>,BlockRows,BlockCols,true,Sparse>
313 inline BlockImpl(SparseMatrixType& xpr, Index i)
317 inline BlockImpl(SparseMatrixType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
323 template<typename Derived> BlockImpl(const SparseMatrixBase<Derived>& xpr, Index i);
324 template<typename Derived> BlockImpl(const SparseMatrixBase<Derived>& xpr);
373 class BlockImpl<XprType,BlockRows,BlockCols,InnerPanel,Sparse>
387 inline BlockImpl
397 inline BlockImpl(XprType& xpr, Index startRow, Index startCol, Index blockRows, Index blockCols)
449 BlockImpl& operator=(const T&)