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

  /external/eigen/Eigen/src/Core/util/
Constants.h 421 enum { CoeffBasedProductMode, LazyCoeffBasedProductMode, OuterProduct, InnerProduct, GemvProduct, GemmProduct };
  /external/eigen/bench/
product_threshold.cpp 33 if(mode==LazyCoeffBasedProductMode) std::cout << "l";
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 112 template<> struct product_type_selector<Small, Small, 1> { enum { ret = LazyCoeffBasedProductMode }; };
113 template<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBasedProductMode }; };
114 template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBasedProductMode }; };
167 struct ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode>
176 struct LazyProductReturnType : public ProductReturnType<Lhs,Rhs,LazyCoeffBasedProductMode>

Completed in 84 milliseconds