Searched refs:all_unroller (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DBooleanRedux.h18 struct all_unroller struct in namespace:Eigen::internal
27 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col);
32 struct all_unroller<Derived, 0> struct in namespace:Eigen::internal
38 struct all_unroller<Derived, Dynamic> struct in namespace:Eigen::internal
88 return internal::all_unroller<Derived, unroll ? int(SizeAtCompileTime) : Dynamic>::run(derived());

Completed in 82 milliseconds