Definition at line 67 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, ColMajor, UpLo >::ResScalar |
Definition at line 69 of file GeneralMatrixMatrixTriangular.h.
static EIGEN_STRONG_INLINE void internal::general_matrix_matrix_triangular_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, ColMajor, 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 70 of file GeneralMatrixMatrixTriangular.h.
References ei_aligned_stack_delete, ei_aligned_stack_new, Lower, and Upper.
Page generated by Doxygen 1.7.1 for MRPT 0.9.4 SVN: at Mon Jan 10 23:33:19 UTC 2011 |