Definition at line 31 of file otherlibs/eigen3/Eigen/src/Core/Visitor.h.
#include <src/Core/Visitor.h>
Public Types | |
| enum | { col = (UnrollCount-1) / Derived::RowsAtCompileTime, row = (UnrollCount-1) % Derived::RowsAtCompileTime } |
Static Public Member Functions | |
| static void | run (const Derived &mat, Visitor &visitor) |
| anonymous enum |
Definition at line 33 of file otherlibs/eigen3/Eigen/src/Core/Visitor.h.
| static void internal::visitor_impl< Visitor, Derived, UnrollCount >::run | ( | const Derived & | mat, |
| Visitor & | visitor | ||
| ) | [inline, static] |
Definition at line 38 of file otherlibs/eigen3/Eigen/src/Core/Visitor.h.
References internal::visitor_impl< Visitor, Derived, UnrollCount >::col, and internal::visitor_impl< Visitor, Derived, UnrollCount >::row.
| Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011 |