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