compbio
Eigen
internal
visitor_impl
Public Types
|
Static Public Member Functions
|
List of all members
Eigen::internal::visitor_impl< Visitor, Derived, UnrollCount > Struct Template Reference
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)
The documentation for this struct was generated from the following file:
third-party-libs/eigen3/Eigen/src/Core/
Visitor.h
Generated by
1.8.12