Public Types | |
| enum | { IsLower = ((Mode&Lower)==Lower), HasUnitDiag = (Mode & UnitDiag)==UnitDiag, HasZeroDiag = (Mode & ZeroDiag)==ZeroDiag } |
| 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 Eigen::internal::product_triangular_matrix_vector< Index, Mode, LhsScalar, ConjLhs, RhsScalar, ConjRhs, RowMajor >::ResScalar |
| static void Eigen::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] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |