Public Types | Static Public Member Functions
internal::triangular_assignment_selector< Derived1, Derived2,(SelfAdjoint|Upper), UnrollCount, ClearOpposite > Struct Template Reference

#include <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)

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 218 of file SelfAdjointView.h.


Member Enumeration Documentation

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

Definition at line 220 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 225 of file SelfAdjointView.h.


The documentation for this struct was generated from the following file:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:40