Definition at line 88 of file TriangularMatrixVector.h.
#include <src/Core/products/TriangularMatrixVector.h>
Public Types | |
| enum | { IsLower = ((Mode&Lower)==Lower), HasUnitDiag = (Mode & UnitDiag)==UnitDiag } |
| typedef scalar_product_traits < LhsScalar, RhsScalar > ::ReturnType | ResScalar |
Static Public Member Functions | |
| static void | run (Index rows, Index cols, const LhsScalar *_lhs, Index lhsStride, const RhsScalar *_rhs, Index rhsIncr, ResScalar *_res, Index resIncr, ResScalar alpha) |
| typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor >::ResScalar |
Definition at line 90 of file TriangularMatrixVector.h.
| anonymous enum |
Definition at line 91 of file TriangularMatrixVector.h.
| static void internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor >::run | ( | Index | rows, |
| Index | cols, | ||
| const LhsScalar * | _lhs, | ||
| Index | lhsStride, | ||
| const RhsScalar * | _rhs, | ||
| Index | rhsIncr, | ||
| ResScalar * | _res, | ||
| Index | resIncr, | ||
| ResScalar | alpha | ||
| ) | [inline, static] |
Definition at line 95 of file TriangularMatrixVector.h.
References eigen_assert, EIGEN_TUNE_TRIANGULAR_PANEL_WIDTH, and EIGEN_UNUSED_VARIABLE.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |