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

  /external/eigen/Eigen/src/Core/
GeneralProduct.h 176 struct LazyProductReturnType : public ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode>
589 const typename LazyProductReturnType<Derived,OtherDerived>::Type
608 return typename LazyProductReturnType<Derived,OtherDerived>::Type(derived(), other.derived());
MatrixBase.h 177 const typename LazyProductReturnType<Derived,OtherDerived>::Type
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 146 template<typename Lhs, typename Rhs> struct LazyProductReturnType;

Completed in 107 milliseconds