Public Types | Static Public Member Functions
internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs > Struct Template Reference

#include <GeneralMatrixVector.h>

List of all members.

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 packet_traits
< LhsScalar >::type 
_LhsPacket
typedef packet_traits
< ResScalar >::type 
_ResPacket
typedef packet_traits
< RhsScalar >::type 
_RhsPacket
typedef conditional
< Vectorizable, _LhsPacket,
LhsScalar >::type 
LhsPacket
typedef conditional
< Vectorizable, _ResPacket,
ResScalar >::type 
ResPacket
typedef scalar_product_traits
< LhsScalar, RhsScalar >
::ReturnType 
ResScalar
typedef conditional
< Vectorizable, _RhsPacket,
RhsScalar >::type 
RhsPacket

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, RhsScalar alpha)

Detailed Description

template<typename Index, typename LhsScalar, bool ConjugateLhs, typename RhsScalar, bool ConjugateRhs>
struct internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >

Definition at line 44 of file GeneralMatrixVector.h.


Member Typedef Documentation

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
typedef packet_traits<LhsScalar>::type internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::_LhsPacket

Definition at line 56 of file GeneralMatrixVector.h.

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
typedef packet_traits<ResScalar>::type internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::_ResPacket

Definition at line 58 of file GeneralMatrixVector.h.

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
typedef packet_traits<RhsScalar>::type internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::_RhsPacket

Definition at line 57 of file GeneralMatrixVector.h.

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
typedef conditional<Vectorizable,_LhsPacket,LhsScalar>::type internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::LhsPacket

Definition at line 60 of file GeneralMatrixVector.h.

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
typedef conditional<Vectorizable,_ResPacket,ResScalar>::type internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::ResPacket

Definition at line 62 of file GeneralMatrixVector.h.

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
typedef scalar_product_traits<LhsScalar, RhsScalar>::ReturnType internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::ResScalar

Definition at line 46 of file GeneralMatrixVector.h.

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
typedef conditional<Vectorizable,_RhsPacket,RhsScalar>::type internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::RhsPacket

Definition at line 61 of file GeneralMatrixVector.h.


Member Enumeration Documentation

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
anonymous enum
Enumerator:
Vectorizable 
LhsPacketSize 
RhsPacketSize 
ResPacketSize 

Definition at line 48 of file GeneralMatrixVector.h.


Member Function Documentation

template<typename Index , typename LhsScalar , bool ConjugateLhs, typename RhsScalar , bool ConjugateRhs>
static EIGEN_DONT_INLINE void internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs >::run ( Index  rows,
Index  cols,
const LhsScalar *  lhs,
Index  lhsStride,
const RhsScalar *  rhs,
Index  rhsIncr,
ResScalar res,
Index  ,
RhsScalar  alpha 
) [inline, static]

Definition at line 64 of file GeneralMatrixVector.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:31