Searched defs:outer_product_selector_run (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DGeneralProduct.h228 EIGEN_DONT_INLINE void outer_product_selector_run(const ProductType& prod, Dest& dest, const Func& func, const false_type&) function in namespace:Eigen::internal
240 EIGEN_DONT_INLINE void outer_product_selector_run(const ProductType& prod, Dest& dest, const Func& func, const true_type&) { function in namespace:Eigen::internal
284 internal::outer_product_selector_run(*this, dest, set(), IsRowMajor<Dest>());
289 internal::outer_product_selector_run(*this, dest, add(), IsRowMajor<Dest>());
294 internal::outer_product_selector_run(*this, dest, sub(), IsRowMajor<Dest>());
299 internal::outer_product_selector_run(*this, dest, adds(alpha), IsRowMajor<Dest>());

Completed in 99 milliseconds