Public Types | Static Public Member Functions | List of all members
Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite > Struct Template Reference

#include <TriangularMatrix.h>

Public Types

enum  { col = (UnrollCount-1) / DstXprType::RowsAtCompileTime, row = (UnrollCount-1) % DstXprType::RowsAtCompileTime }
 
typedef Kernel::DstEvaluatorType DstEvaluatorType
 
typedef DstEvaluatorType::XprType DstXprType
 
typedef Kernel::Scalar Scalar
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC void run (Kernel &kernel)
 

Detailed Description

template<typename Kernel, unsigned int Mode, int UnrollCount, bool SetOpposite>
struct Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >

Definition at line 745 of file TriangularMatrix.h.

Member Typedef Documentation

◆ DstEvaluatorType

template<typename Kernel , unsigned int Mode, int UnrollCount, bool SetOpposite>
typedef Kernel::DstEvaluatorType Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::DstEvaluatorType

Definition at line 874 of file TriangularMatrix.h.

◆ DstXprType

template<typename Kernel , unsigned int Mode, int UnrollCount, bool SetOpposite>
typedef DstEvaluatorType::XprType Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::DstXprType

Definition at line 875 of file TriangularMatrix.h.

◆ Scalar

template<typename Kernel , unsigned int Mode, int UnrollCount, bool SetOpposite>
typedef Kernel::Scalar Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::Scalar

Definition at line 882 of file TriangularMatrix.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename Kernel , unsigned int Mode, int UnrollCount, bool SetOpposite>
anonymous enum
Enumerator
col 
row 

Definition at line 877 of file TriangularMatrix.h.

Member Function Documentation

◆ run()

template<typename Kernel , unsigned int Mode, int UnrollCount, bool SetOpposite>
static EIGEN_DEVICE_FUNC void Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::run ( Kernel &  kernel)
inlinestatic

Definition at line 885 of file TriangularMatrix.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:50