Searched refs:DenseTimeSparseProduct (Results 1 – 2 of 2) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDenseProduct.h | 30 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&);
|
D | SparseUtil.h | 83 template<typename Lhs, typename Rhs> class DenseTimeSparseProduct; variable
|