Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::internal::general_matrix_vector_product< Index, LhsScalar, ColMajor, ConjugateLhs, RhsScalar, ConjugateRhs > Struct Reference

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

Member Typedef Documentation

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

Definition at line 57 of file Core.

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

Definition at line 59 of file Core.

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

Definition at line 58 of file Core.

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

Definition at line 61 of file Core.

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

Definition at line 63 of file Core.

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

Definition at line 47 of file Core.

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

Definition at line 62 of file Core.


Member Enumeration Documentation

anonymous enum
Enumerator:
Vectorizable 
LhsPacketSize 
RhsPacketSize 
ResPacketSize 

Definition at line 49 of file Core.


Member Function Documentation

static EIGEN_DONT_INLINE void Eigen::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 65 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011