HomeSort by relevance Sort by last modified time
    Searched refs:SkylineProductReturnType (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 16 struct SkylineProductReturnType {
287 EIGEN_STRONG_INLINE const typename SkylineProductReturnType<Derived, OtherDerived>::Type
290 return typename SkylineProductReturnType<Derived, OtherDerived>::Type(derived(), other.derived());
SkylineUtil.h 72 template<typename Lhs, typename Rhs, int ProductMode = skyline_product_mode<Lhs,Rhs>::value> struct SkylineProductReturnType;
SkylineMatrixBase.h 181 const typename SkylineProductReturnType<Derived, OtherDerived>::Type

Completed in 41 milliseconds