Searched refs:LazyCoeffBasedProductMode (Results 1 – 4 of 4) sorted by relevance
/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 85 … struct product_type_selector<M, 1, 1> { enum { ret = LazyCoeffBasedProductMode }; }; 86 … struct product_type_selector<1, N, 1> { enum { ret = LazyCoeffBasedProductMode }; }; 92 … struct product_type_selector<Small, Small, 1> { enum { ret = LazyCoeffBasedProductMode }; }; 93 … struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBasedProductMode }; }; 94 … struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBasedProductMode }; };
|
D | ProductEvaluators.h | 421 struct generic_product_impl<Lhs,Rhs,DenseShape,DenseShape,LazyCoeffBasedProductMode> 597 struct product_evaluator<Product<Lhs, Rhs, DefaultProduct>, LazyCoeffBasedProductMode, DenseShape, …
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 484 { DefaultProduct=0, LazyProduct, AliasFreeProduct, CoeffBasedProductMode, LazyCoeffBasedProductMode… enumerator
|
/external/eigen/bench/ |
D | product_threshold.cpp | 33 if(mode==LazyCoeffBasedProductMode) std::cout << "l"; in print_mode()
|