#include <GeneralBlockPanelKernel.h>
Public Types | |
enum | { ConjLhs = _ConjLhs, ConjRhs = _ConjRhs, Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::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 ResPacket | AccPacket |
typedef conditional< Vectorizable, _LhsPacket, LhsScalar >::type | LhsPacket |
typedef LhsPacket | LhsPacket4Packing |
typedef _LhsScalar | LhsScalar |
typedef conditional< Vectorizable, _ResPacket, ResScalar >::type | ResPacket |
typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar >::ReturnType | ResScalar |
typedef conditional< Vectorizable, _RhsPacket, RhsScalar >::type | RhsPacket |
typedef QuadPacket< RhsPacket > | RhsPacketx4 |
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 | 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 | loadRhs (const RhsScalar *b, RhsPacketx4 &dest) const |
EIGEN_STRONG_INLINE void | loadRhsQuad (const RhsScalar *b, RhsPacket &dest) const |
template<typename LhsPacketType , typename RhsPacketType , typename AccPacketType , typename LaneIdType > | |
EIGEN_STRONG_INLINE void | madd (const LhsPacketType &a, const RhsPacketType &b, AccPacketType &c, RhsPacketType &tmp, const LaneIdType &) const |
template<typename LhsPacketType , typename AccPacketType , typename LaneIdType > | |
EIGEN_STRONG_INLINE void | madd (const LhsPacketType &a, const RhsPacketx4 &b, AccPacketType &c, RhsPacket &tmp, const LaneIdType &lane) const |
PACKET_DECL_COND_PREFIX (_, Lhs, _PacketSize) | |
PACKET_DECL_COND_PREFIX (_, Res, _PacketSize) | |
PACKET_DECL_COND_PREFIX (_, Rhs, _PacketSize) | |
EIGEN_STRONG_INLINE void | updateRhs (const RhsScalar *, RhsPacketx4 &) const |
template<typename RhsPacketType > | |
EIGEN_STRONG_INLINE void | updateRhs (const RhsScalar *b, RhsPacketType &dest) const |
Definition at line 25 of file products/GeneralBlockPanelKernel.h.
typedef ResPacket Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::AccPacket |
Definition at line 466 of file products/GeneralBlockPanelKernel.h.
typedef conditional<Vectorizable,_LhsPacket,LhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::LhsPacket |
Definition at line 460 of file products/GeneralBlockPanelKernel.h.
typedef LhsPacket Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::LhsPacket4Packing |
Definition at line 463 of file products/GeneralBlockPanelKernel.h.
typedef _LhsScalar Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::LhsScalar |
Definition at line 421 of file products/GeneralBlockPanelKernel.h.
typedef conditional<Vectorizable,_ResPacket,ResScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::ResPacket |
Definition at line 462 of file products/GeneralBlockPanelKernel.h.
typedef ScalarBinaryOpTraits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::ResScalar |
Definition at line 423 of file products/GeneralBlockPanelKernel.h.
typedef conditional<Vectorizable,_RhsPacket,RhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::RhsPacket |
Definition at line 461 of file products/GeneralBlockPanelKernel.h.
typedef QuadPacket<RhsPacket> Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::RhsPacketx4 |
Definition at line 465 of file products/GeneralBlockPanelKernel.h.
typedef _RhsScalar Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::RhsScalar |
Definition at line 422 of file products/GeneralBlockPanelKernel.h.
anonymous enum |
Enumerator | |
---|---|
ConjLhs | |
ConjRhs | |
Vectorizable | |
LhsPacketSize | |
RhsPacketSize | |
ResPacketSize | |
NumberOfRegisters | |
nr | |
default_mr | |
mr | |
LhsProgress | |
RhsProgress |
Definition at line 429 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 533 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 539 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 468 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 500 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 506 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 474 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 479 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 494 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 512 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 528 of file products/GeneralBlockPanelKernel.h.
Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::PACKET_DECL_COND_PREFIX | ( | _ | , |
Lhs | , | ||
_PacketSize | |||
) |
Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::PACKET_DECL_COND_PREFIX | ( | _ | , |
Res | , | ||
_PacketSize | |||
) |
Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs, Arch, _PacketSize >::PACKET_DECL_COND_PREFIX | ( | _ | , |
Rhs | , | ||
_PacketSize | |||
) |
|
inline |
Definition at line 490 of file products/GeneralBlockPanelKernel.h.
|
inline |
Definition at line 485 of file products/GeneralBlockPanelKernel.h.