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

#include <Visitor.h>

Public Types

enum  { col = (UnrollCount-1) / Derived::RowsAtCompileTime, row = (UnrollCount-1) % Derived::RowsAtCompileTime }
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC void run (const Derived &mat, Visitor &visitor)
 

Detailed Description

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

Definition at line 18 of file Visitor.h.

Member Enumeration Documentation

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

Definition at line 20 of file Visitor.h.

Member Function Documentation

template<typename Visitor , typename Derived , int UnrollCount>
static EIGEN_DEVICE_FUNC void Eigen::internal::visitor_impl< Visitor, Derived, UnrollCount >::run ( const Derived &  mat,
Visitor &  visitor 
)
inlinestatic

Definition at line 26 of file Visitor.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:59