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

/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DBlockSparseMatrix.h56 template<typename BlockSparseMatrixT> class BlockSparseMatrixView;
78 struct traits<BlockSparseMatrixView<BlockSparseMatrixT> >
102 class BlockSparseMatrixView : public SparseMatrixBase<BlockSparseMatrixT> class in namespace:Eigen
118 BlockSparseMatrixView(const BlockSparseMatrixT& spblockmat) function in class:Eigen::BlockSparseMatrixView
146 InnerIterator(const BlockSparseMatrixView& mat, Index outer)
276 internal::sparse_time_dense_product( BlockSparseMatrixView<Lhs>(m_lhs), BlockVectorView<Lhs, Rhs>(m_lhs, m_rhs), tmpDest, alpha);

Completed in 150 milliseconds