Searched refs:SparseSparseProduct (Results 1 - 6 of 6) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseProduct.h35 typedef SparseSparseProduct<LhsNested, RhsNested> Type;
40 struct traits<SparseSparseProduct<LhsNested, RhsNested> >
80 class SparseSparseProduct : internal::no_assignment_operator, class in namespace:Eigen
81 public SparseMatrixBase<SparseSparseProduct<LhsNested, RhsNested> >
85 typedef SparseMatrixBase<SparseSparseProduct> Base;
86 EIGEN_DENSE_PUBLIC_INTERFACE(SparseSparseProduct)
90 typedef typename internal::traits<SparseSparseProduct>::_LhsNested _LhsNested;
91 typedef typename internal::traits<SparseSparseProduct>::_RhsNested _RhsNested;
96 EIGEN_STRONG_INLINE SparseSparseProduct(const Lhs& lhs, const Rhs& rhs) function in class:Eigen::SparseSparseProduct
103 EIGEN_STRONG_INLINE SparseSparseProduct(cons function in class:Eigen::SparseSparseProduct
161 operator =(const SparseSparseProduct<Lhs,Rhs>& product) argument
[all...]
H A DSparseSelfAdjointView.h78 SparseSparseProduct<typename OtherDerived::PlainObject, OtherDerived>
81 return SparseSparseProduct<typename OtherDerived::PlainObject, OtherDerived>(*this, rhs.derived());
90 SparseSparseProduct<OtherDerived, typename OtherDerived::PlainObject >
93 return SparseSparseProduct<OtherDerived, typename OtherDerived::PlainObject>(lhs.derived(), rhs);
H A DSparseUtil.h81 template<typename Lhs, typename Rhs> class SparseSparseProduct;
H A DSparseMatrixBase.h263 inline Derived& operator=(const SparseSparseProduct<Lhs,Rhs>& product);
H A DSparseVector.h266 inline SparseVector& operator=(const SparseSparseProduct<Lhs,Rhs>& product) argument
H A DSparseMatrix.h727 inline SparseMatrix& operator=(const SparseSparseProduct<Lhs,Rhs>& product) argument

Completed in 3859 milliseconds