Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DBooleanRedux.h18 struct all_unroller struct
28 return all_unroller<Derived, UnrollCount-1>::run(mat) && mat.coeff(row, col); in run() argument
33 struct all_unroller<Derived, 0>
39 struct all_unroller<Derived, Dynamic>
90 …return internal::all_unroller<Evaluator, unroll ? int(SizeAtCompileTime) : Dynamic>::run(evaluator…