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

/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h176 struct LazyProductReturnType : public ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode> struct in namespace:Eigen
611 const typename LazyProductReturnType<Derived,OtherDerived>::Type
630 return typename LazyProductReturnType<Derived,OtherDerived>::Type(derived(), other.derived());
H A DMatrixBase.h180 const typename LazyProductReturnType<Derived,OtherDerived>::Type
/external/eigen/Eigen/src/Core/util/
H A DForwardDeclarations.h145 template<typename Lhs, typename Rhs> struct LazyProductReturnType;

Completed in 269 milliseconds