Definition at line 51 of file GeneralMatrixMatrixTriangular.h.
#include <src/Core/products/GeneralMatrixMatrixTriangular.h>
Public Types | |
| typedef scalar_product_traits < LhsScalar, RhsScalar > ::ReturnType | ResScalar |
Static Public Member Functions | |
| static EIGEN_STRONG_INLINE void | run (Index size, Index depth, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsStride, ResScalar *res, Index resStride, ResScalar alpha) |
| typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::general_matrix_matrix_triangular_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor, UpLo >::ResScalar |
Definition at line 53 of file GeneralMatrixMatrixTriangular.h.
| static EIGEN_STRONG_INLINE void internal::general_matrix_matrix_triangular_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor, UpLo >::run | ( | Index | size, |
| Index | depth, | ||
| const LhsScalar * | lhs, | ||
| Index | lhsStride, | ||
| const RhsScalar * | rhs, | ||
| Index | rhsStride, | ||
| ResScalar * | res, | ||
| Index | resStride, | ||
| ResScalar | alpha | ||
| ) | [inline, static] |
Definition at line 54 of file GeneralMatrixMatrixTriangular.h.
References ColMajor, Lower, RowMajor, mrpt::math::size(), and Upper.
| Page generated by Doxygen 1.7.2 for MRPT 0.9.4 SVN: at Mon Jan 10 22:30:30 UTC 2011 |