Public Types | Static Public Member Functions | List of all members
Eigen::internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor, ResInnerStride > Struct Template Reference

#include <GeneralMatrixMatrix.h>

Public Types

typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar >::ReturnType ResScalar
 
typedef gebp_traits< RhsScalar, LhsScalar > Traits
 

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 resIncr, Index resStride, ResScalar alpha, level3_blocking< RhsScalar, LhsScalar > &blocking, GemmParallelInfo< Index > *info=0)
 

Detailed Description

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

Definition at line 25 of file GeneralMatrixMatrix.h.

Member Typedef Documentation

◆ ResScalar

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

Definition at line 29 of file GeneralMatrixMatrix.h.

◆ Traits

template<typename Index , typename LhsScalar , int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar , int RhsStorageOrder, bool ConjugateRhs, int ResInnerStride>
typedef gebp_traits<RhsScalar,LhsScalar> Eigen::internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor, ResInnerStride >::Traits

Definition at line 27 of file GeneralMatrixMatrix.h.

Member Function Documentation

◆ run()

template<typename Index , typename LhsScalar , int LhsStorageOrder, bool ConjugateLhs, typename RhsScalar , int RhsStorageOrder, bool ConjugateRhs, int ResInnerStride>
static EIGEN_STRONG_INLINE void Eigen::internal::general_matrix_matrix_product< Index, LhsScalar, LhsStorageOrder, ConjugateLhs, RhsScalar, RhsStorageOrder, ConjugateRhs, RowMajor, ResInnerStride >::run ( Index  rows,
Index  cols,
Index  depth,
const LhsScalar *  lhs,
Index  lhsStride,
const RhsScalar *  rhs,
Index  rhsStride,
ResScalar res,
Index  resIncr,
Index  resStride,
ResScalar  alpha,
level3_blocking< RhsScalar, LhsScalar > &  blocking,
GemmParallelInfo< Index > *  info = 0 
)
inlinestatic

Definition at line 30 of file GeneralMatrixMatrix.h.


The documentation for this struct was generated from the following file:


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:11:57