Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/SparseCore/
DSparseDenseProduct.h30 typedef DenseTimeSparseProduct<Lhs,Rhs> Type;
280 struct traits<DenseTimeSparseProduct<Lhs,Rhs> >
281 : traits<ProductBase<DenseTimeSparseProduct<Lhs,Rhs>, Lhs, Rhs> >
288 class DenseTimeSparseProduct
289 : public ProductBase<DenseTimeSparseProduct<Lhs,Rhs>, Lhs, Rhs>
292 EIGEN_PRODUCT_PUBLIC_INTERFACE(DenseTimeSparseProduct)
294 DenseTimeSparseProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs)
306 DenseTimeSparseProduct& operator=(const DenseTimeSparseProduct&);
DSparseUtil.h83 template<typename Lhs, typename Rhs> class DenseTimeSparseProduct; variable