Home
last modified time | relevance | path

Searched refs:BlockSparseMatrixView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DBlockSparseMatrix.h56 template<typename BlockSparseMatrixT> class BlockSparseMatrixView; variable
78 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>…