Searched refs:SparseSparseProduct (Results 1 – 6 of 6) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseProduct.h | 35 typedef SparseSparseProduct<LhsNested, RhsNested> Type; 40 struct traits<SparseSparseProduct<LhsNested, RhsNested> > 80 class SparseSparseProduct : internal::no_assignment_operator, 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) 103 …EIGEN_STRONG_INLINE SparseSparseProduct(const Lhs& lhs, const Rhs& rhs, const RealScalar& toleranc… [all …]
|
D | SparseSelfAdjointView.h | 78 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);
|
D | SparseUtil.h | 81 template<typename Lhs, typename Rhs> class SparseSparseProduct; variable
|
D | SparseVector.h | 266 inline SparseVector& operator=(const SparseSparseProduct<Lhs,Rhs>& product)
|
D | SparseMatrixBase.h | 263 inline Derived& operator=(const SparseSparseProduct<Lhs,Rhs>& product);
|
D | SparseMatrix.h | 727 inline SparseMatrix& operator=(const SparseSparseProduct<Lhs,Rhs>& product)
|