Definition at line 403 of file TriangularMatrix.h.
#include <src/Core/TriangularMatrix.h>
Public Types | |
enum | { col = (UnrollCount-1) / Derived1::RowsAtCompileTime, row = (UnrollCount-1) % Derived1::RowsAtCompileTime } |
Static Public Member Functions | |
static void | run (Derived1 &dst, const Derived2 &src) |
anonymous enum |
Definition at line 405 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 410 of file TriangularMatrix.h.
References internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite >::col, eigen_assert, Lower, internal::triangular_assignment_selector< Derived1, Derived2, Mode, UnrollCount, ClearOpposite >::row, StrictlyLower, StrictlyUpper, UnitDiag, UnitLower, UnitUpper, and Upper.
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |