Definition at line 44 of file TriangularSolverVector.h.
#include <src/Core/products/TriangularSolverVector.h>
Public Types | |
enum | { IsLower = ((Mode&Lower)==Lower) } |
Static Public Member Functions | |
static void | run (Index size, const LhsScalar *_lhs, Index lhsStride, RhsScalar *rhs) |
anonymous enum |
Definition at line 46 of file TriangularSolverVector.h.
static void internal::triangular_solve_vector< LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, RowMajor >::run | ( | Index | size, |
const LhsScalar * | _lhs, | ||
Index | lhsStride, | ||
RhsScalar * | rhs | ||
) | [inline, static] |
Definition at line 49 of file TriangularSolverVector.h.
References EIGEN_TUNE_TRIANGULAR_PANEL_WIDTH, mrpt::math::sum(), and UnitDiag.
Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |