Searched defs:sparse_time_dense_product (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseDenseProduct.h250 inline void sparse_time_dense_product(const SparseLhsType& lhs, const DenseRhsType& rhs, DenseResType& res, const AlphaType& alpha) function in namespace:Eigen::internal
269 internal::sparse_time_dense_product(m_lhs, m_rhs, dest, alpha);
302 internal::sparse_time_dense_product(rhs_t, lhs_t, dest_t, alpha);

Completed in 101 milliseconds