NDDEM
Public Types | Static Public Member Functions | List of all members
Eigen::internal::any_unroller< Derived, UnrollCount, Rows > Struct Template Reference

#include <BooleanRedux.h>

Public Types

enum  { col = (UnrollCount-1) / Rows , row = (UnrollCount-1) % Rows }
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC bool run (const Derived &mat)
 

Member Enumeration Documentation

◆ anonymous enum

template<typename Derived , int UnrollCount, int Rows>
anonymous enum
Enumerator
col 
row 

Member Function Documentation

◆ run()

template<typename Derived , int UnrollCount, int Rows>
static EIGEN_DEVICE_FUNC bool Eigen::internal::any_unroller< Derived, UnrollCount, Rows >::run ( const Derived &  mat)
inlinestatic

The documentation for this struct was generated from the following file: