Home
last modified time | relevance | path

Searched refs:LazyCoeffBasedProductMode (Results 1 – 4 of 4) sorted by relevance

/external/eigen/Eigen/src/Core/
DGeneralProduct.h85 … 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 }; };
DProductEvaluators.h421 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/
DConstants.h484 { DefaultProduct=0, LazyProduct, AliasFreeProduct, CoeffBasedProductMode, LazyCoeffBasedProductMode enumerator
/external/eigen/bench/
Dproduct_threshold.cpp33 if(mode==LazyCoeffBasedProductMode) std::cout << "l"; in print_mode()