Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::internal::any_unroller< Derived, UnrollCount > Struct Template Reference

Detailed Description

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

Definition at line 58 of file Core.

List of all members.

Public Types

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

Static Public Member Functions

static bool run (const Derived &mat)

Member Enumeration Documentation

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

Definition at line 60 of file Core.


Member Function Documentation

template<typename Derived , int UnrollCount>
static bool Eigen::internal::any_unroller< Derived, UnrollCount >::run ( const Derived &  mat) [inline, static]

Definition at line 65 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo