WPILibC++ 2023.4.3-108-ge5452e3
Eigen::internal::all_unroller< Derived, UnrollCount, Rows > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/eigen/include/Eigen/src/Core/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::all_unroller< Derived, UnrollCount, Rows >::run ( const Derived &  mat)
inlinestatic

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