loadColData_impl< RhsMapper, true > Struct Template Reference

#include <MatrixVectorProduct.h>

Static Public Member Functions

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

Member Function Documentation

◆ run()

template<typename RhsMapper >
static EIGEN_ALWAYS_INLINE Packet8bf loadColData_impl< RhsMapper, true >::run ( RhsMapper &  rhs,
Index  j 
)
inlinestatic
515  {
516  return rhs.template loadPacket<Packet8bf>(j + 0, 0);
517  }
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2

References j.


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