Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions

internal::triangular_assignment_selector< Derived1, Derived2,(SelfAdjoint|Upper), UnrollCount, ClearOpposite > Struct Template Reference


Detailed Description

template<typename Derived1, typename Derived2, int UnrollCount, bool ClearOpposite>
struct internal::triangular_assignment_selector< Derived1, Derived2,(SelfAdjoint|Upper), UnrollCount, ClearOpposite >

Definition at line 192 of file SelfAdjointView.h.

#include <src/Core/SelfAdjointView.h>

List of all members.

Public Types

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

Static Public Member Functions

static void run (Derived1 &dst, const Derived2 &src)

Member Enumeration Documentation

template<typename Derived1 , typename Derived2 , int UnrollCount, bool ClearOpposite>
anonymous enum
Enumerator:
col 
row 

Definition at line 194 of file SelfAdjointView.h.


Member Function Documentation

template<typename Derived1 , typename Derived2 , int UnrollCount, bool ClearOpposite>
static void internal::triangular_assignment_selector< Derived1, Derived2,(SelfAdjoint|Upper), UnrollCount, ClearOpposite >::run ( Derived1 &  dst,
const Derived2 &  src 
) [inline, static]

Definition at line 199 of file SelfAdjointView.h.

References col(), real(), row(), SelfAdjoint, and Upper.




Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:46:17 UTC 2011