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

  /external/eigen/Eigen/src/SparseCore/
SparseDenseProduct.h 27 typedef DenseTimeSparseProduct<Lhs,Rhs> Type;
260 struct traits<DenseTimeSparseProduct<Lhs,Rhs> >
261 : traits<ProductBase<DenseTimeSparseProduct<Lhs,Rhs>, Lhs, Rhs> >
268 class DenseTimeSparseProduct
269 : public ProductBase<DenseTimeSparseProduct<Lhs,Rhs>, Lhs, Rhs>
272 EIGEN_PRODUCT_PUBLIC_INTERFACE(DenseTimeSparseProduct)
274 DenseTimeSparseProduct(const Lhs& lhs, const Rhs& rhs) : Base(lhs,rhs)
286 DenseTimeSparseProduct& operator=(const DenseTimeSparseProduct&);
SparseUtil.h 84 template<typename Lhs, typename Rhs> class DenseTimeSparseProduct;

Completed in 194 milliseconds