Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions

internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor > Struct Template Reference


Detailed Description

template<typename Index, typename LhsScalar, int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar, int RhsStorageOrder, bool ConjugateRhs>
struct internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor >

Definition at line 37 of file GeneralMatrixMatrix.h.

#include <src/Core/products/GeneralMatrixMatrix.h>

List of all members.

Public Types

typedef scalar_product_traits
< LhsScalar, RhsScalar >
::ReturnType 
ResScalar

Static Public Member Functions

static EIGEN_STRONG_INLINE 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< RhsScalar, LhsScalar > &blocking, GemmParallelInfo< Index > *info=0)

Member Typedef Documentation

template<typename Index , typename LhsScalar , int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar , int RhsStorageOrder, bool ConjugateRhs>
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor >::ResScalar

Definition at line 39 of file GeneralMatrixMatrix.h.


Member Function Documentation

template<typename Index , typename LhsScalar , int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar , int RhsStorageOrder, bool ConjugateRhs>
static EIGEN_STRONG_INLINE void internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor >::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< RhsScalar, LhsScalar > &  blocking,
GemmParallelInfo< Index > *  info = 0 
) [inline, static]

Definition at line 40 of file GeneralMatrixMatrix.h.

References ColMajor, and RowMajor.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011