OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LazyCoeffBasedProductMode
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/util/
Constants.h
414
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 574 milliseconds