Definition at line 64 of file GeneralMatrixMatrix.h.
#include <src/Core/products/GeneralMatrixMatrix.h>
Public Types | |
typedef scalar_product_traits < LhsScalar, RhsScalar > ::ReturnType | ResScalar |
Static Public Member Functions | |
static void | run (Index rows, Index cols, Index depth, const LhsScalar *_lhs, Index lhsStride, const RhsScalar *_rhs, Index rhsStride, ResScalar *res, Index resStride, ResScalar alpha, level3_blocking< LhsScalar, RhsScalar > &blocking, GemmParallelInfo< Index > *info=0) |
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, ColMajor >::ResScalar |
Definition at line 66 of file GeneralMatrixMatrix.h.
static void internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, ColMajor >::run | ( | Index | rows, |
Index | cols, | ||
Index | depth, | ||
const LhsScalar * | _lhs, | ||
Index | lhsStride, | ||
const RhsScalar * | _rhs, | ||
Index | rhsStride, | ||
ResScalar * | res, | ||
Index | resStride, | ||
ResScalar | alpha, | ||
level3_blocking< LhsScalar, RhsScalar > & | blocking, | ||
GemmParallelInfo< Index > * | info = 0 |
||
) | [inline, static] |
Definition at line 67 of file GeneralMatrixMatrix.h.
References internal::level3_blocking< _LhsScalar, _RhsScalar >::blockA(), internal::level3_blocking< _LhsScalar, _RhsScalar >::blockB(), internal::level3_blocking< _LhsScalar, _RhsScalar >::blockW(), ei_aligned_stack_delete, ei_aligned_stack_new, eigen_internal_assert, EIGEN_UNUSED_VARIABLE, internal::level3_blocking< _LhsScalar, _RhsScalar >::kc(), and internal::level3_blocking< _LhsScalar, _RhsScalar >::mc().
Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011 |