#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 727 of file TriangularMatrix.h.
typedef Kernel::DstEvaluatorType Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::DstEvaluatorType |
Definition at line 856 of file TriangularMatrix.h.
typedef DstEvaluatorType::XprType Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::DstXprType |
Definition at line 857 of file TriangularMatrix.h.
typedef Kernel::Scalar Eigen::internal::triangular_assignment_loop< Kernel, Mode, UnrollCount, SetOpposite >::Scalar |
Definition at line 864 of file TriangularMatrix.h.
anonymous enum |
Enumerator | |
---|---|
col | |
row |
Definition at line 859 of file TriangularMatrix.h.
|
inlinestatic |
Definition at line 867 of file TriangularMatrix.h.