Searched refs:BlockSparseMatrixView (Results 1 – 1 of 1) sorted by relevance
56 template<typename BlockSparseMatrixT> class BlockSparseMatrixView; variable78 struct traits<BlockSparseMatrixView<BlockSparseMatrixT> >102 class BlockSparseMatrixView : public SparseMatrixBase<BlockSparseMatrixT>118 BlockSparseMatrixView(const BlockSparseMatrixT& spblockmat)146 InnerIterator(const BlockSparseMatrixView& mat, Index outer)276 …internal::sparse_time_dense_product( BlockSparseMatrixView<Lhs>(m_lhs), BlockVectorView<Lhs, Rhs>…