Public Types | Public Member Functions | List of all members
Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs > Class Template Reference

#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
 

Detailed Description

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
class Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >

Definition at line 19 of file GeneralBlockPanelKernel.h.

Member Typedef Documentation

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef packet_traits<LhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::_LhsPacket

Definition at line 386 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef packet_traits<ResScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::_ResPacket

Definition at line 388 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef packet_traits<RhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::_RhsPacket

Definition at line 387 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef ResPacket Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::AccPacket

Definition at line 394 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef conditional<Vectorizable,_LhsPacket,LhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::LhsPacket

Definition at line 390 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef _LhsScalar Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::LhsScalar

Definition at line 354 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef conditional<Vectorizable,_ResPacket,ResScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::ResPacket

Definition at line 392 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef ScalarBinaryOpTraits<LhsScalar, RhsScalar>::ReturnType Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::ResScalar

Definition at line 356 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef conditional<Vectorizable,_RhsPacket,RhsScalar>::type Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::RhsPacket

Definition at line 391 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
typedef _RhsScalar Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::RhsScalar

Definition at line 355 of file GeneralBlockPanelKernel.h.

Member Enumeration Documentation

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
anonymous enum
Enumerator
ConjLhs 
ConjRhs 
Vectorizable 
LhsPacketSize 
RhsPacketSize 
ResPacketSize 
NumberOfRegisters 
nr 
default_mr 
mr 
LhsProgress 
RhsProgress 

Definition at line 358 of file GeneralBlockPanelKernel.h.

Member Function Documentation

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::acc ( const AccPacket c,
const ResPacket alpha,
ResPacket r 
) const
inline

Definition at line 450 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
template<typename ResPacketHalf >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::acc ( const ResPacketHalf &  c,
const ResPacketHalf &  alpha,
ResPacketHalf &  r 
) const
inline

Definition at line 456 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::broadcastRhs ( const RhsScalar b,
RhsPacket b0,
RhsPacket b1,
RhsPacket b2,
RhsPacket b3 
)
inline

Definition at line 401 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::initAcc ( AccPacket p)
inline

Definition at line 396 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
template<typename LhsPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::loadLhs ( const LhsScalar a,
LhsPacketType &  dest 
) const
inline

Definition at line 423 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
template<typename LhsPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::loadLhsUnaligned ( const LhsScalar a,
LhsPacketType &  dest 
) const
inline

Definition at line 429 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
template<typename RhsPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::loadRhs ( const RhsScalar b,
RhsPacketType &  dest 
) const
inline

Definition at line 412 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::loadRhsQuad ( const RhsScalar b,
RhsPacket dest 
) const
inline

Definition at line 417 of file GeneralBlockPanelKernel.h.

template<typename _LhsScalar, typename _RhsScalar, bool _ConjLhs, bool _ConjRhs>
template<typename LhsPacketType , typename RhsPacketType , typename AccPacketType >
EIGEN_STRONG_INLINE void Eigen::internal::gebp_traits< _LhsScalar, _RhsScalar, _ConjLhs, _ConjRhs >::madd ( const LhsPacketType &  a,
const RhsPacketType &  b,
AccPacketType &  c,
AccPacketType &  tmp 
) const
inline

Definition at line 435 of file GeneralBlockPanelKernel.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:36