Public Types | Public Member Functions | List of all members
Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo > Struct Template Reference

#include <GeneralMatrixMatrixTriangular.h>

Public Types

enum  { BlockSize = EIGEN_PLAIN_ENUM_MAX(mr,nr) }
 
typedef Traits::ResScalar ResScalar
 
typedef gebp_traits< LhsScalar, RhsScalar, ConjLhs, ConjRhs > Traits
 

Public Member Functions

void operator() (ResScalar *res, Index resStride, const LhsScalar *blockA, const RhsScalar *blockB, Index size, Index depth, const ResScalar &alpha, RhsScalar *workspace)
 

Detailed Description

template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
struct Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >

Definition at line 29 of file GeneralMatrixMatrixTriangular.h.

Member Typedef Documentation

template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
typedef Traits::ResScalar Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::ResScalar

Definition at line 134 of file GeneralMatrixMatrixTriangular.h.

template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
typedef gebp_traits<LhsScalar,RhsScalar,ConjLhs,ConjRhs> Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::Traits

Definition at line 133 of file GeneralMatrixMatrixTriangular.h.

Member Enumeration Documentation

template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
anonymous enum
Enumerator
BlockSize 

Definition at line 136 of file GeneralMatrixMatrixTriangular.h.

Member Function Documentation

template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjLhs, bool ConjRhs, int UpLo>
void Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo >::operator() ( ResScalar res,
Index  resStride,
const LhsScalar *  blockA,
const RhsScalar *  blockB,
Index  size,
Index  depth,
const ResScalar alpha,
RhsScalar *  workspace 
)
inline

Definition at line 139 of file GeneralMatrixMatrixTriangular.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:20