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

#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)
 

Detailed Description

template<typename Derived, int UnrollCount>
struct Eigen::internal::any_unroller< Derived, UnrollCount >

Definition at line 45 of file BooleanRedux.h.

Member Typedef Documentation

template<typename Derived , int UnrollCount>
typedef Derived::ExpressionTraits Eigen::internal::any_unroller< Derived, UnrollCount >::Traits

Definition at line 47 of file BooleanRedux.h.

Member Enumeration Documentation

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

Definition at line 48 of file BooleanRedux.h.

Member Function Documentation

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

Definition at line 53 of file BooleanRedux.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:28