Searched defs:SparseDiagonalProduct (Results 1 - 1 of 1) 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());

Completed in 69 milliseconds