Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions
Eigen::internal::tribb_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjLhs, ConjRhs, UpLo > Struct Template Reference

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 142 of file Core.

List of all members.

Public Types

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

Public Member Functions

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

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 145 of file Core.

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 144 of file Core.


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 147 of file Core.


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,
ResScalar  alpha,
RhsScalar *  workspace 
) [inline]

Definition at line 150 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo