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) |
| typedef gebp_traits<LhsScalar,RhsScalar,ConjugateLhs,ConjugateRhs> Eigen::internal::gebp_kernel::Traits |
| anonymous enum |
| 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] |
| Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011 |