Searched refs:SparseDiagonalProduct (Results 1 - 3 of 3) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DSparseDiagonalProduct.h30 struct traits<SparseDiagonalProduct<Lhs, Rhs> >
59 class SparseDiagonalProduct class in namespace:Eigen
60 : public SparseMatrixBase<SparseDiagonalProduct<Lhs,Rhs> >,
78 EIGEN_SPARSE_PUBLIC_INTERFACE(SparseDiagonalProduct)
81 <_LhsNested,_RhsNested,SparseDiagonalProduct,LhsMode,RhsMode> InnerIterator;
87 EIGEN_STRONG_INLINE SparseDiagonalProduct(const Lhs& lhs, const Rhs& rhs) function in class:Eigen::SparseDiagonalProduct
188 const SparseDiagonalProduct<Derived,OtherDerived>
191 return SparseDiagonalProduct<Derived,OtherDerived>(this->derived(), other.derived());
H A DSparseMatrixBase.h343 const SparseDiagonalProduct<Derived,OtherDerived>
348 const SparseDiagonalProduct<OtherDerived,Derived>
350 { return SparseDiagonalProduct<OtherDerived,Derived>(lhs.derived(), rhs.derived()); }
H A DSparseUtil.h78 template<typename Lhs, typename Rhs> class SparseDiagonalProduct;

Completed in 300 milliseconds