Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Protected Attributes
Eigen::internal::gebp_traits< RealScalar, std::complex< RealScalar >, false, _ConjRhs > Class Template Reference
+ Collaboration diagram for Eigen::internal::gebp_traits< RealScalar, std::complex< RealScalar >, false, _ConjRhs >:

Public Types

enum  {
  ConjLhs = false, ConjRhs = _ConjRhs, 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,
  mr = 2*ResPacketSize, WorkSpaceFactor = nr*RhsPacketSize, LhsProgress = ResPacketSize, RhsProgress = ResPacketSize
}
 
typedef std::complex< RealScalar > Scalar
 
typedef RealScalar LhsScalar
 
typedef Scalar RhsScalar
 
typedef Scalar ResScalar
 
typedef packet_traits< LhsScalar >::type _LhsPacket
 
typedef packet_traits< RhsScalar >::type _RhsPacket
 
typedef packet_traits< ResScalar >::type _ResPacket
 
typedef conditional< Vectorizable, _LhsPacket, LhsScalar >::type LhsPacket
 
typedef conditional< Vectorizable, _RhsPacket, RhsScalar >::type RhsPacket
 
typedef conditional< Vectorizable, _ResPacket, ResScalar >::type ResPacket
 
typedef ResPacket AccPacket
 

Public Member Functions

EIGEN_STRONG_INLINE void initAcc (AccPacket &p)
 
EIGEN_STRONG_INLINE void unpackRhs (DenseIndex n, const RhsScalar *rhs, RhsScalar *b)
 
EIGEN_STRONG_INLINE void loadRhs (const RhsScalar *b, RhsPacket &dest) const
 
EIGEN_STRONG_INLINE void loadLhs (const LhsScalar *a, LhsPacket &dest) const
 
EIGEN_STRONG_INLINE void madd (const LhsPacket &a, const RhsPacket &b, AccPacket &c, RhsPacket &tmp) const
 
EIGEN_STRONG_INLINE void madd_impl (const LhsPacket &a, const RhsPacket &b, AccPacket &c, RhsPacket &tmp, const true_type &) const
 
EIGEN_STRONG_INLINE void madd_impl (const LhsScalar &a, const RhsScalar &b, ResScalar &c, RhsScalar &, const false_type &) const
 
EIGEN_STRONG_INLINE void acc (const AccPacket &c, const ResPacket &alpha, ResPacket &r) const
 

Protected Attributes

conj_helper< ResPacket, ResPacket, false, ConjRhs > cj
 

Detailed Description

template<typename RealScalar, bool _ConjRhs>
class Eigen::internal::gebp_traits< RealScalar, std::complex< RealScalar >, false, _ConjRhs >

Definition at line 425 of file GeneralBlockPanelKernel.h.


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