#include <Visitor.h>
|
enum | { col = (UnrollCount-1) / Derived::RowsAtCompileTime,
row = (UnrollCount-1) % Derived::RowsAtCompileTime
} |
|
|
static EIGEN_DEVICE_FUNC void | run (const Derived &mat, Visitor &visitor) |
|
template<typename Visitor, typename Derived, int UnrollCount>
struct Eigen::internal::visitor_impl< Visitor, Derived, UnrollCount >
Definition at line 18 of file Visitor.h.
◆ anonymous enum
template<typename Visitor , typename Derived , int UnrollCount>
◆ run()
template<typename Visitor , typename Derived , int UnrollCount>
The documentation for this struct was generated from the following file: