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

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineUtil.h72 template<typename Lhs, typename Rhs, int ProductMode = skyline_product_mode<Lhs,Rhs>::value> struct SkylineProductReturnType;
H A DSkylineProduct.h16 struct SkylineProductReturnType { struct in namespace:Eigen
287 EIGEN_STRONG_INLINE const typename SkylineProductReturnType<Derived, OtherDerived>::Type
290 return typename SkylineProductReturnType<Derived, OtherDerived>::Type(derived(), other.derived());
H A DSkylineMatrixBase.h181 const typename SkylineProductReturnType<Derived, OtherDerived>::Type

Completed in 75 milliseconds