Definition at line 126 of file SolveTriangular.h.
#include <src/Core/SolveTriangular.h>
Public Types | |
enum | { IsLower = ((Mode&Lower)==Lower), I = IsLower ? Index : Size - Index - 1, S = IsLower ? 0 : I+1 } |
Static Public Member Functions | |
static void | run (const Lhs &lhs, Rhs &rhs) |
anonymous enum |
Definition at line 127 of file SolveTriangular.h.
static void internal::triangular_solver_unroller< Lhs, Rhs, Mode, Index, Size, false >::run | ( | const Lhs & | lhs, |
Rhs & | rhs | ||
) | [inline, static] |
Definition at line 132 of file SolveTriangular.h.
References UnitDiag.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |