#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) |
Definition at line 433 of file TriangularMatrix.h.
typedef Derived1::Scalar Eigen::internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite >::Scalar |
Definition at line 440 of file TriangularMatrix.h.
anonymous enum |
Definition at line 435 of file TriangularMatrix.h.
static void Eigen::internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite >::run | ( | Derived1 & | dst, |
const Derived2 & | src | ||
) | [inline, static] |
Definition at line 442 of file TriangularMatrix.h.