#include <BooleanRedux.h>
|
enum | { col = (UnrollCount-1) / Derived::RowsAtCompileTime,
row = (UnrollCount-1) % Derived::RowsAtCompileTime
} |
|
|
static bool | run (const Derived &mat) |
|
template<typename Derived, int UnrollCount>
struct Eigen::internal::all_unroller< Derived, UnrollCount >
Definition at line 18 of file BooleanRedux.h.
◆ anonymous enum
template<typename Derived , int UnrollCount>
◆ run()
template<typename Derived , int UnrollCount>
The documentation for this struct was generated from the following file: