loadColData_impl< RhsMapper, true > Struct Template Reference

Static Public Member Functions

static EIGEN_ALWAYS_INLINE Packet8bf run (RhsMapper &rhs, Index j)
 

Detailed Description

template<typename RhsMapper>
struct loadColData_impl< RhsMapper, true >

Definition at line 535 of file MatrixVectorProduct.h.

Member Function Documentation

◆ run()

template<typename RhsMapper >
static EIGEN_ALWAYS_INLINE Packet8bf loadColData_impl< RhsMapper, true >::run ( RhsMapper &  rhs,
Index  j 
)
inlinestatic

Definition at line 538 of file MatrixVectorProduct.h.

539  {
540  return rhs.template loadPacket<Packet8bf>(j + 0);
541  }
std::ptrdiff_t j

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