HomeSort by relevance Sort by last modified time
    Searched full:blocksparsetimedenseproduct (Results 1 - 1 of 1) sorted by null

  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 241 class BlockSparseTimeDenseProduct;
246 struct traits<BlockSparseTimeDenseProduct<BlockSparseMatrixT, VecType> >
264 class BlockSparseTimeDenseProduct
265 : public ProductBase<BlockSparseTimeDenseProduct<Lhs,Rhs>, Lhs, Rhs>
268 EIGEN_PRODUCT_PUBLIC_INTERFACE(BlockSparseTimeDenseProduct)
270 BlockSparseTimeDenseProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs)
280 BlockSparseTimeDenseProduct& operator=(const BlockSparseTimeDenseProduct&);
854 BlockSparseTimeDenseProduct<BlockSparseMatrix, VecType> operator*(const VecType& lhs) const
856 return BlockSparseTimeDenseProduct<BlockSparseMatrix, VecType>(*this, lhs)
    [all...]

Completed in 636 milliseconds