Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions
Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs > Struct Template Reference

Detailed Description

template<typename LhsScalar, typename RhsScalar, typename Index, int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
struct Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >

Definition at line 524 of file Core.

List of all members.

Public Types

enum  { Vectorizable = Traits::Vectorizable, LhsProgress = Traits::LhsProgress, RhsProgress = Traits::RhsProgress, ResPacketSize = Traits::ResPacketSize }
typedef gebp_traits< LhsScalar,
RhsScalar, ConjugateLhs,
ConjugateRhs > 
Traits
typedef Traits::ResScalar ResScalar
typedef Traits::LhsPacket LhsPacket
typedef Traits::RhsPacket RhsPacket
typedef Traits::ResPacket ResPacket
typedef Traits::AccPacket AccPacket

Public Member Functions

EIGEN_FLATTEN_ATTRIB void operator() (ResScalar *res, Index resStride, const LhsScalar *blockA, const RhsScalar *blockB, Index rows, Index depth, Index cols, ResScalar alpha, Index strideA=-1, Index strideB=-1, Index offsetA=0, Index offsetB=0, RhsScalar *unpackedB=0)

Member Typedef Documentation

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
typedef Traits::AccPacket Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >::AccPacket

Definition at line 531 of file Core.

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
typedef Traits::LhsPacket Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >::LhsPacket

Definition at line 528 of file Core.

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
typedef Traits::ResPacket Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >::ResPacket

Definition at line 530 of file Core.

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
typedef Traits::ResScalar Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >::ResScalar

Definition at line 527 of file Core.

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
typedef Traits::RhsPacket Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >::RhsPacket

Definition at line 529 of file Core.

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
typedef gebp_traits<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >::Traits

Definition at line 526 of file Core.


Member Enumeration Documentation

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
anonymous enum
Enumerator:
Vectorizable 
LhsProgress 
RhsProgress 
ResPacketSize 

Definition at line 533 of file Core.


Member Function Documentation

template<typename LhsScalar , typename RhsScalar , typename Index , int mr, int nr, bool ConjugateLhs, bool ConjugateRhs>
EIGEN_FLATTEN_ATTRIB void Eigen::internal::gebp_kernel< LhsScalar, RhsScalar, Index, mr, nr, ConjugateLhs, ConjugateRhs >::operator() ( ResScalar res,
Index  resStride,
const LhsScalar *  blockA,
const RhsScalar *  blockB,
Index  rows,
Index  depth,
Index  cols,
ResScalar  alpha,
Index  strideA = -1,
Index  strideB = -1,
Index  offsetA = 0,
Index  offsetB = 0,
RhsScalar *  unpackedB = 0 
) [inline]

Definition at line 541 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