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

  /external/eigen/Eigen/src/SparseCore/
SparseDenseProduct.h 147 inline void sparse_time_dense_product(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, const AlphaType& alpha) function in namespace:Eigen::internal
169 internal::sparse_time_dense_product(lhsNested, rhsNested, dst, alpha);
194 internal::sparse_time_dense_product(rhsNested.transpose(), lhsNested.transpose(), dstT, alpha);
  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 276 internal::sparse_time_dense_product( BlockSparseMatrixView<Lhs>(m_lhs), BlockVectorView<Lhs, Rhs>(m_lhs, m_rhs), tmpDest, alpha);
    [all...]

Completed in 73 milliseconds