Searched refs:SparseDiagonalProduct (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/SparseCore/ |
D | SparseDiagonalProduct.h | 30 struct traits<SparseDiagonalProduct<Lhs, Rhs> > 59 class SparseDiagonalProduct 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) 188 const SparseDiagonalProduct<Derived,OtherDerived> 191 return SparseDiagonalProduct<Derived,OtherDerived>(this->derived(), other.derived());
|
D | SparseMatrixBase.h | 343 const SparseDiagonalProduct<Derived,OtherDerived> 348 const SparseDiagonalProduct<OtherDerived,Derived> 350 { return SparseDiagonalProduct<OtherDerived,Derived>(lhs.derived(), rhs.derived()); }
|
D | SparseUtil.h | 78 template<typename Lhs, typename Rhs> class SparseDiagonalProduct; variable
|
/external/eigen/Eigen/ |
D | SparseCore | 55 #include "src/SparseCore/SparseDiagonalProduct.h"
|