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 727 of file TriangularMatrix.h.

Member Typedef Documentation

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 856 of file TriangularMatrix.h.

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 857 of file TriangularMatrix.h.

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 864 of file TriangularMatrix.h.

Member Enumeration Documentation

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

Definition at line 859 of file TriangularMatrix.h.

Member Function Documentation

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 867 of file TriangularMatrix.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:53