MOAB
4.9.3pre
|
#include <BooleanRedux.h>
Public Types | |
enum | { col = (UnrollCount-1) / Traits::RowsAtCompileTime, row = (UnrollCount-1) % Traits::RowsAtCompileTime } |
typedef Derived::ExpressionTraits | Traits |
Static Public Member Functions | |
static bool | run (const Derived &mat) |
Definition at line 45 of file BooleanRedux.h.
typedef Derived::ExpressionTraits Eigen::internal::any_unroller< Derived, UnrollCount >::Traits |
Definition at line 47 of file BooleanRedux.h.
anonymous enum |
Definition at line 48 of file BooleanRedux.h.
static bool Eigen::internal::any_unroller< Derived, UnrollCount >::run | ( | const Derived & | mat | ) | [inline, static] |
Definition at line 53 of file BooleanRedux.h.
{ return any_unroller<Derived, UnrollCount-1>::run(mat) || mat.coeff(row, col); }