Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::general_matrix_vector_product< Index, LhsScalar, RowMajor, ConjugateLhs, RhsScalar, ConjugateRhs, Version > Struct Template Reference

Public Types

enum  { Vectorizable, LhsPacketSize = Vectorizable ? packet_traits<LhsScalar>::size : 1, RhsPacketSize = Vectorizable ? packet_traits<RhsScalar>::size : 1, ResPacketSize = Vectorizable ? packet_traits<ResScalar>::size : 1 }
 
typedef scalar_product_traits< LhsScalar, RhsScalar >::ReturnType 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
 

Static Public Member Functions

static EIGEN_DONT_INLINE void run (Index rows, Index cols, const LhsScalar *lhs, Index lhsStride, const RhsScalar *rhs, Index rhsIncr, ResScalar *res, Index resIncr, ResScalar alpha)
 

Detailed Description

template<typename Index, typename LhsScalar, bool ConjugateLhs, typename RhsScalar, bool ConjugateRhs, int Version>
struct Eigen::internal::general_matrix_vector_product< Index, LhsScalar, RowMajor, ConjugateLhs, RhsScalar, ConjugateRhs, Version >

Definition at line 301 of file GeneralMatrixVector.h.


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