Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseDenseProduct.h17 typedef SparseTimeDenseProduct<Lhs,Rhs> Type;
153 struct traits<SparseTimeDenseProduct<Lhs,Rhs> >
154 : traits<ProductBase<SparseTimeDenseProduct<Lhs,Rhs>, Lhs, Rhs> >
258 class SparseTimeDenseProduct
259 : public ProductBase<SparseTimeDenseProduct<Lhs,Rhs>, Lhs, Rhs>
262 EIGEN_PRODUCT_PUBLIC_INTERFACE(SparseTimeDenseProduct)
264 SparseTimeDenseProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs)
273 SparseTimeDenseProduct& operator=(const SparseTimeDenseProduct&);
DSparseUtil.h82 template<typename Lhs, typename Rhs> class SparseTimeDenseProduct; variable