Definition at line 98 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 100 of file TriangularSolverVector.h.
| static void internal::triangular_solve_vector< LhsScalar, RhsScalar, Index, OnTheLeft, Mode, Conjugate, ColMajor >::run | ( | Index | size, |
| const LhsScalar * | _lhs, | ||
| Index | lhsStride, | ||
| RhsScalar * | rhs | ||
| ) | [inline, static] |
Definition at line 103 of file TriangularSolverVector.h.
References EIGEN_TUNE_TRIANGULAR_PANEL_WIDTH, and UnitDiag.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |