Public Types | Public Member Functions | List of all members
Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize > Class Template Reference

#include <GeneralBlockPanelKernel.h>

Public Types

enum  {
  ConjLhs = _ConjLhs, ConjRhs = false, 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,
  mr = (EIGEN_PLAIN_ENUM_MIN(16,NumberOfRegisters)/2/nr)*LhsPacketSize, LhsProgress = LhsPacketSize, RhsProgress = 1
}
 
typedef ResPacket AccPacket
 
typedef conditional< Vectorizable, _LhsPacket, LhsScalar >::type LhsPacket
 
typedef LhsPacket LhsPacket4Packing
 
typedef std::complex< RealScalarLhsScalar
 
typedef conditional< Vectorizable, _ResPacket, ResScalar >::type ResPacket
 
typedef ScalarBinaryOpTraits< LhsScalar, RhsScalar >::ReturnType ResScalar
 
typedef conditional< Vectorizable, _RhsPacket, RhsScalar >::type RhsPacket
 
typedef QuadPacket< RhsPacketRhsPacketx4
 
typedef RealScalar RhsScalar
 

Public Member Functions

template<typename ResPacketType , typename AccPacketType >
EIGEN_STRONG_INLINE void acc (const AccPacketType &c, const ResPacketType &alpha, ResPacketType &r) const
 
EIGEN_STRONG_INLINE void initAcc (AccPacket &p)
 
EIGEN_STRONG_INLINE void loadLhs (const LhsScalar *a, LhsPacket &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
 
EIGEN_STRONG_INLINE void loadRhsQuad_impl (const RhsScalar *b, RhsPacket &dest, const true_type &) const
 
EIGEN_STRONG_INLINE void loadRhsQuad_impl (const RhsScalar *b, RhsPacket &dest, const false_type &) 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
 
template<typename LhsPacketType , typename RhsPacketType , typename AccPacketType >
EIGEN_STRONG_INLINE void madd_impl (const LhsPacketType &a, const RhsPacketType &b, AccPacketType &c, RhsPacketType &tmp, const true_type &) const
 
EIGEN_STRONG_INLINE void madd_impl (const LhsScalar &a, const RhsScalar &b, ResScalar &c, RhsScalar &, const false_type &) const
 
 PACKET_DECL_COND_PREFIX (_, Lhs, _PacketSize)
 
 PACKET_DECL_COND_PREFIX (_, Rhs, _PacketSize)
 
 PACKET_DECL_COND_PREFIX (_, Res, _PacketSize)
 
template<typename RhsPacketType >
EIGEN_STRONG_INLINE void updateRhs (const RhsScalar *b, RhsPacketType &dest) const
 
EIGEN_STRONG_INLINE void updateRhs (const RhsScalar *, RhsPacketx4 &) const
 

Detailed Description

template<typename RealScalar, bool _ConjLhs, int Arch, int _PacketSize>
class Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >

Definition at line 547 of file products/GeneralBlockPanelKernel.h.

Member Typedef Documentation

◆ AccPacket

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef ResPacket Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::AccPacket

Definition at line 586 of file products/GeneralBlockPanelKernel.h.

◆ LhsPacket

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef conditional<Vectorizable,_LhsPacket,LhsScalar>::type Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::LhsPacket

Definition at line 579 of file products/GeneralBlockPanelKernel.h.

◆ LhsPacket4Packing

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef LhsPacket Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::LhsPacket4Packing

Definition at line 582 of file products/GeneralBlockPanelKernel.h.

◆ LhsScalar

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef std::complex<RealScalar> Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::LhsScalar

Definition at line 550 of file products/GeneralBlockPanelKernel.h.

◆ ResPacket

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef conditional<Vectorizable,_ResPacket,ResScalar>::type Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::ResPacket

Definition at line 581 of file products/GeneralBlockPanelKernel.h.

◆ ResScalar

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef ScalarBinaryOpTraits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::ResScalar

Definition at line 552 of file products/GeneralBlockPanelKernel.h.

◆ RhsPacket

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef conditional<Vectorizable,_RhsPacket,RhsScalar>::type Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::RhsPacket

Definition at line 580 of file products/GeneralBlockPanelKernel.h.

◆ RhsPacketx4

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef QuadPacket<RhsPacket> Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::RhsPacketx4

Definition at line 584 of file products/GeneralBlockPanelKernel.h.

◆ RhsScalar

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
typedef RealScalar Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::RhsScalar

Definition at line 551 of file products/GeneralBlockPanelKernel.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
anonymous enum
Enumerator
ConjLhs 
ConjRhs 
Vectorizable 
LhsPacketSize 
RhsPacketSize 
ResPacketSize 
NumberOfRegisters 
nr 
mr 
LhsProgress 
RhsProgress 

Definition at line 558 of file products/GeneralBlockPanelKernel.h.

Member Function Documentation

◆ acc()

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
template<typename ResPacketType , typename AccPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::acc ( const AccPacketType &  c,
const ResPacketType &  alpha,
ResPacketType &  r 
) const
inline

Definition at line 672 of file products/GeneralBlockPanelKernel.h.

◆ initAcc()

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::initAcc ( AccPacket p)
inline

Definition at line 588 of file products/GeneralBlockPanelKernel.h.

◆ loadLhs()

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::loadLhs ( const LhsScalar a,
LhsPacket dest 
) const
inline

Definition at line 632 of file products/GeneralBlockPanelKernel.h.

◆ loadLhsUnaligned()

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
template<typename LhsPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::loadLhsUnaligned ( const LhsScalar a,
LhsPacketType &  dest 
) const
inline

Definition at line 638 of file products/GeneralBlockPanelKernel.h.

◆ loadRhs() [1/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
template<typename RhsPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::loadRhs ( const RhsScalar b,
RhsPacketType &  dest 
) const
inline

Definition at line 594 of file products/GeneralBlockPanelKernel.h.

◆ loadRhs() [2/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::loadRhs ( const RhsScalar b,
RhsPacketx4 dest 
) const
inline

Definition at line 599 of file products/GeneralBlockPanelKernel.h.

◆ loadRhsQuad()

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::loadRhsQuad ( const RhsScalar b,
RhsPacket dest 
) const
inline

Definition at line 613 of file products/GeneralBlockPanelKernel.h.

◆ loadRhsQuad_impl() [1/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::loadRhsQuad_impl ( const RhsScalar b,
RhsPacket dest,
const true_type  
) const
inline

Definition at line 618 of file products/GeneralBlockPanelKernel.h.

◆ loadRhsQuad_impl() [2/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::loadRhsQuad_impl ( const RhsScalar b,
RhsPacket dest,
const false_type  
) const
inline

Definition at line 626 of file products/GeneralBlockPanelKernel.h.

◆ madd() [1/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
template<typename LhsPacketType , typename RhsPacketType , typename AccPacketType , typename LaneIdType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::madd ( const LhsPacketType &  a,
const RhsPacketType &  b,
AccPacketType &  c,
RhsPacketType &  tmp,
const LaneIdType &   
) const
inline

Definition at line 644 of file products/GeneralBlockPanelKernel.h.

◆ madd() [2/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
template<typename LhsPacketType , typename AccPacketType , typename LaneIdType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::madd ( const LhsPacketType &  a,
const RhsPacketx4 b,
AccPacketType &  c,
RhsPacket tmp,
const LaneIdType &  lane 
) const
inline

Definition at line 666 of file products/GeneralBlockPanelKernel.h.

◆ madd_impl() [1/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
template<typename LhsPacketType , typename RhsPacketType , typename AccPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::madd_impl ( const LhsPacketType &  a,
const RhsPacketType &  b,
AccPacketType &  c,
RhsPacketType &  tmp,
const true_type  
) const
inline

Definition at line 650 of file products/GeneralBlockPanelKernel.h.

◆ madd_impl() [2/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::madd_impl ( const LhsScalar a,
const RhsScalar b,
ResScalar c,
RhsScalar ,
const false_type  
) const
inline

Definition at line 660 of file products/GeneralBlockPanelKernel.h.

◆ PACKET_DECL_COND_PREFIX() [1/3]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::PACKET_DECL_COND_PREFIX ( _  ,
Lhs  ,
_PacketSize   
)

◆ PACKET_DECL_COND_PREFIX() [2/3]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::PACKET_DECL_COND_PREFIX ( _  ,
Rhs  ,
_PacketSize   
)

◆ PACKET_DECL_COND_PREFIX() [3/3]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::PACKET_DECL_COND_PREFIX ( _  ,
Res  ,
_PacketSize   
)

◆ updateRhs() [1/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
template<typename RhsPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::updateRhs ( const RhsScalar b,
RhsPacketType &  dest 
) const
inline

Definition at line 605 of file products/GeneralBlockPanelKernel.h.

◆ updateRhs() [2/2]

template<typename RealScalar , bool _ConjLhs, int Arch, int _PacketSize>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false, Arch, _PacketSize >::updateRhs ( const RhsScalar ,
RhsPacketx4  
) const
inline

Definition at line 610 of file products/GeneralBlockPanelKernel.h.


The documentation for this class was generated from the following file:


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:44:39