Eigen::internal::redux_novec_unroller< Func, Evaluator, Start, Length > Struct Template Reference

#include <Redux.h>

Public Types

typedef Evaluator::Scalar Scalar
 

Static Public Member Functions

static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar run (const Evaluator &eval, const Func &func)
 

Static Public Attributes

static constexpr Index HalfLength = Length / 2
 

Member Typedef Documentation

◆ Scalar

template<typename Func , typename Evaluator , Index Start, Index Length>
typedef Evaluator::Scalar Eigen::internal::redux_novec_unroller< Func, Evaluator, Start, Length >::Scalar

Member Function Documentation

◆ run()

template<typename Func , typename Evaluator , Index Start, Index Length>
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar Eigen::internal::redux_novec_unroller< Func, Evaluator, Start, Length >::run ( const Evaluator &  eval,
const Func &  func 
)
inlinestatic
104  {
107  }
func(actual_m, actual_n, a, *lda, actual_b, 1, actual_c, 1, alpha)
internal::nested_eval< T, 1 >::type eval(const T &xpr)
Definition: sparse_permutations.cpp:47
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar run(const Evaluator &eval, const Func &func)
Definition: Redux.h:104
Definition: benchGeometry.cpp:21

References func().

Member Data Documentation

◆ HalfLength

template<typename Func , typename Evaluator , Index Start, Index Length>
constexpr Index Eigen::internal::redux_novec_unroller< Func, Evaluator, Start, Length >::HalfLength = Length / 2
staticconstexpr

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