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 mrpt::math::sum(), and UnitDiag.
| Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |