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 = 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 _LhsScalar LhsScalar
 
typedef conditional< Vectorizable, _ResPacket, ResScalar >::type ResPacket
 
typedef scalar_product_traits< 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
 
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, AccPacket &tmp) const
 
EIGEN_STRONG_INLINE void unpackRhs (DenseIndex n, const RhsScalar *rhs, RhsScalar *b)
 

Detailed Description

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

Definition at line 18 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 175 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 177 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 176 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 183 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 179 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 149 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 181 of file GeneralBlockPanelKernel.h.

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

Definition at line 151 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 180 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 150 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 
mr 
WorkSpaceFactor 
LhsProgress 
RhsProgress 

Definition at line 153 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 211 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 185 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 >::loadLhs ( const LhsScalar a,
LhsPacket dest 
) const
inline

Definition at line 201 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 >::loadRhs ( const RhsScalar b,
RhsPacket dest 
) const
inline

Definition at line 196 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 >::madd ( const LhsPacket a,
const RhsPacket b,
AccPacket c,
AccPacket tmp 
) const
inline

Definition at line 206 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 >::unpackRhs ( DenseIndex  n,
const RhsScalar rhs,
RhsScalar b 
)
inline

Definition at line 190 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