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

#include <GeneralBlockPanelKernel.h>

Public Types

enum  {
  ConjLhs = _ConjLhs, ConjRhs = false, 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 = NumberOfRegisters/4,
  mr = 2 * LhsPacketSize, WorkSpaceFactor = nr*RhsPacketSize, LhsProgress = LhsPacketSize, RhsProgress = RhsPacketSize
}
 
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 std::complex< RealScalar > LhsScalar
 
typedef conditional< Vectorizable, _ResPacket, ResScalar >::type ResPacket
 
typedef scalar_product_traits< LhsScalar, RhsScalar >::ReturnType ResScalar
 
typedef conditional< Vectorizable, _RhsPacket, RhsScalar >::type RhsPacket
 
typedef RealScalar RhsScalar
 

Public Member Functions

EIGEN_STRONG_INLINE void acc (const AccPacket &c, const ResPacket &alpha, ResPacket &r) const
 
EIGEN_STRONG_INLINE void initAcc (AccPacket &p)
 
EIGEN_STRONG_INLINE void loadLhs (const LhsScalar *a, LhsPacket &dest) const
 
EIGEN_STRONG_INLINE void loadRhs (const RhsScalar *b, RhsPacket &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 unpackRhs (DenseIndex n, const RhsScalar *rhs, RhsScalar *b)
 

Protected Attributes

conj_helper< ResPacket, ResPacket, ConjLhs, false > cj
 

Detailed Description

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

Definition at line 222 of file GeneralBlockPanelKernel.h.

Member Typedef Documentation

template<typename RealScalar , bool _ConjLhs>
typedef packet_traits<LhsScalar>::type Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::_LhsPacket

Definition at line 246 of file GeneralBlockPanelKernel.h.

template<typename RealScalar , bool _ConjLhs>
typedef packet_traits<ResScalar>::type Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::_ResPacket

Definition at line 248 of file GeneralBlockPanelKernel.h.

template<typename RealScalar , bool _ConjLhs>
typedef packet_traits<RhsScalar>::type Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::_RhsPacket

Definition at line 247 of file GeneralBlockPanelKernel.h.

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

Definition at line 254 of file GeneralBlockPanelKernel.h.

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

Definition at line 250 of file GeneralBlockPanelKernel.h.

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

Definition at line 225 of file GeneralBlockPanelKernel.h.

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

Definition at line 252 of file GeneralBlockPanelKernel.h.

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

Definition at line 227 of file GeneralBlockPanelKernel.h.

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

Definition at line 251 of file GeneralBlockPanelKernel.h.

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

Definition at line 226 of file GeneralBlockPanelKernel.h.

Member Enumeration Documentation

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

Definition at line 229 of file GeneralBlockPanelKernel.h.

Member Function Documentation

template<typename RealScalar , bool _ConjLhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::acc ( const AccPacket c,
const ResPacket alpha,
ResPacket r 
) const
inline

Definition at line 292 of file GeneralBlockPanelKernel.h.

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

Definition at line 256 of file GeneralBlockPanelKernel.h.

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

Definition at line 272 of file GeneralBlockPanelKernel.h.

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

Definition at line 267 of file GeneralBlockPanelKernel.h.

template<typename RealScalar , bool _ConjLhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::madd ( const LhsPacket a,
const RhsPacket b,
AccPacket c,
RhsPacket tmp 
) const
inline

Definition at line 277 of file GeneralBlockPanelKernel.h.

template<typename RealScalar , bool _ConjLhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::madd_impl ( const LhsPacket a,
const RhsPacket b,
AccPacket c,
RhsPacket tmp,
const true_type  
) const
inline

Definition at line 282 of file GeneralBlockPanelKernel.h.

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

Definition at line 287 of file GeneralBlockPanelKernel.h.

template<typename RealScalar , bool _ConjLhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::unpackRhs ( DenseIndex  n,
const RhsScalar rhs,
RhsScalar b 
)
inline

Definition at line 261 of file GeneralBlockPanelKernel.h.

Member Data Documentation

template<typename RealScalar , bool _ConjLhs>
conj_helper<ResPacket,ResPacket,ConjLhs,false> Eigen::internal::gebp_traits< std::complex< RealScalar >, RealScalar, _ConjLhs, false >::cj
protected

Definition at line 298 of file GeneralBlockPanelKernel.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:13