Public Types | Static Public Member Functions | List of all members
Eigen::internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite > Struct Template Reference

#include <TriangularMatrix.h>

Public Types

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

Static Public Member Functions

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

Detailed Description

template<typename Derived1, typename Derived2, unsigned int Mode, int UnrollCount, bool ClearOpposite>
struct Eigen::internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite >

Definition at line 433 of file TriangularMatrix.h.

Member Typedef Documentation

template<typename Derived1 , typename Derived2 , unsigned int Mode, int UnrollCount, bool ClearOpposite>
typedef Derived1::Scalar Eigen::internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite >::Scalar

Definition at line 440 of file TriangularMatrix.h.

Member Enumeration Documentation

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

Definition at line 435 of file TriangularMatrix.h.

Member Function Documentation

template<typename Derived1 , typename Derived2 , unsigned int Mode, int UnrollCount, bool ClearOpposite>
static void Eigen::internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite >::run ( Derived1 &  dst,
const Derived2 &  src 
)
inlinestatic

Definition at line 442 of file TriangularMatrix.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20