Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions
Eigen::internal::gebp_kernel Struct Reference

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_DONT_INLINE
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

Definition at line 531 of file Core.

Definition at line 528 of file Core.

Definition at line 530 of file Core.

Definition at line 527 of file Core.

Definition at line 529 of file Core.

typedef gebp_traits<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> Eigen::internal::gebp_kernel::Traits

Definition at line 526 of file Core.


Member Enumeration Documentation

anonymous enum
Enumerator:
Vectorizable 
LhsProgress 
RhsProgress 
ResPacketSize 

Definition at line 533 of file Core.


Member Function Documentation

EIGEN_DONT_INLINE EIGEN_FLATTEN_ATTRIB void Eigen::internal::gebp_kernel::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.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011