#include <GeneralBlockPanelKernel.h>
| Public Types | |
| enum | { ConjLhs = _ConjLhs, ConjRhs = _ConjRhs, Vectorizable = packet_traits<LhsScalar>::Vectorizable && packet_traits<RhsScalar>::Vectorizable, LhsPacketSize = Vectorizable ? packet_traits<LhsScalar>::size : 1, RhsPacketSize = Vectorizable ? packet_traits<RhsScalar>::size : 1, ResPacketSize = Vectorizable ? packet_traits<ResScalar>::size : 1, NumberOfRegisters = EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS, nr = 4, default_mr = (EIGEN_PLAIN_ENUM_MIN(16,NumberOfRegisters)/2/nr)*LhsPacketSize, mr = default_mr, LhsProgress = LhsPacketSize, RhsProgress = 1 } | 
| typedef packet_traits< LhsScalar >::type | _LhsPacket | 
| typedef packet_traits< ResScalar >::type | _ResPacket | 
| typedef packet_traits< RhsScalar >::type | _RhsPacket | 
| typedef ResPacket | AccPacket | 
| typedef conditional< Vectorizable, _LhsPacket, LhsScalar >::type | LhsPacket | 
| typedef _LhsScalar | LhsScalar | 
| typedef conditional< Vectorizable, _ResPacket, ResScalar >::type | ResPacket | 
| typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar >::ReturnType | ResScalar | 
| typedef conditional< Vectorizable, _RhsPacket, RhsScalar >::type | RhsPacket | 
| typedef _RhsScalar | RhsScalar | 
| Public Member Functions | |
| EIGEN_STRONG_INLINE void | acc (const AccPacket &c, const ResPacket &alpha, ResPacket &r) const | 
| template<typename ResPacketHalf > | |
| EIGEN_STRONG_INLINE void | acc (const ResPacketHalf &c, const ResPacketHalf &alpha, ResPacketHalf &r) const | 
| EIGEN_STRONG_INLINE void | broadcastRhs (const RhsScalar *b, RhsPacket &b0, RhsPacket &b1, RhsPacket &b2, RhsPacket &b3) | 
| EIGEN_STRONG_INLINE void | initAcc (AccPacket &p) | 
| template<typename LhsPacketType > | |
| EIGEN_STRONG_INLINE void | loadLhs (const LhsScalar *a, LhsPacketType &dest) const | 
| template<typename LhsPacketType > | |
| EIGEN_STRONG_INLINE void | loadLhsUnaligned (const LhsScalar *a, LhsPacketType &dest) const | 
| template<typename RhsPacketType > | |
| EIGEN_STRONG_INLINE void | loadRhs (const RhsScalar *b, RhsPacketType &dest) const | 
| EIGEN_STRONG_INLINE void | loadRhsQuad (const RhsScalar *b, RhsPacket &dest) const | 
| template<typename LhsPacketType , typename RhsPacketType , typename AccPacketType > | |
| EIGEN_STRONG_INLINE void | madd (const LhsPacketType &a, const RhsPacketType &b, AccPacketType &c, AccPacketType &tmp) const | 
Definition at line 19 of file GeneralBlockPanelKernel.h.
| typedef packet_traits<LhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::_LhsPacket | 
Definition at line 386 of file GeneralBlockPanelKernel.h.
| typedef packet_traits<ResScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::_ResPacket | 
Definition at line 388 of file GeneralBlockPanelKernel.h.
| typedef packet_traits<RhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::_RhsPacket | 
Definition at line 387 of file GeneralBlockPanelKernel.h.
| typedef ResPacket Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::AccPacket | 
Definition at line 394 of file GeneralBlockPanelKernel.h.
| typedef conditional<Vectorizable,_LhsPacket,LhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::LhsPacket | 
Definition at line 390 of file GeneralBlockPanelKernel.h.
| typedef _LhsScalar Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::LhsScalar | 
Definition at line 354 of file GeneralBlockPanelKernel.h.
| typedef conditional<Vectorizable,_ResPacket,ResScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::ResPacket | 
Definition at line 392 of file GeneralBlockPanelKernel.h.
| typedef ScalarBinaryOpTraits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::ResScalar | 
Definition at line 356 of file GeneralBlockPanelKernel.h.
| typedef conditional<Vectorizable,_RhsPacket,RhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::RhsPacket | 
Definition at line 391 of file GeneralBlockPanelKernel.h.
| typedef _RhsScalar Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::RhsScalar | 
Definition at line 355 of file GeneralBlockPanelKernel.h.
| anonymous enum | 
| Enumerator | |
|---|---|
| ConjLhs | |
| ConjRhs | |
| Vectorizable | |
| LhsPacketSize | |
| RhsPacketSize | |
| ResPacketSize | |
| NumberOfRegisters | |
| nr | |
| default_mr | |
| mr | |
| LhsProgress | |
| RhsProgress | |
Definition at line 358 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 450 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 456 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 401 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 396 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 423 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 429 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 412 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 417 of file GeneralBlockPanelKernel.h.
| 
 | inline | 
Definition at line 435 of file GeneralBlockPanelKernel.h.