#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) | 
Definition at line 721 of file TriangularMatrix.h.
| typedef Kernel::DstEvaluatorType Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::DstEvaluatorType | 
Definition at line 850 of file TriangularMatrix.h.
| typedef DstEvaluatorType::XprType Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::DstXprType | 
Definition at line 851 of file TriangularMatrix.h.
| typedef Kernel::Scalar Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::Scalar | 
Definition at line 858 of file TriangularMatrix.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| col | |
| row | |
Definition at line 853 of file TriangularMatrix.h.
| 
 | inlinestatic | 
Definition at line 861 of file TriangularMatrix.h.