MOAB  4.9.3pre
Eigen::internal::copy_using_evaluator_DefaultTraversal_InnerUnrolling< Kernel, Index_, Stop > Struct Template Reference

#include <AssignEvaluator.h>

List of all members.

Static Public Member Functions

static EIGEN_DEVICE_FUNC
EIGEN_STRONG_INLINE void 
run (Kernel &kernel, Index outer)

Detailed Description

template<typename Kernel, int Index_, int Stop>
struct Eigen::internal::copy_using_evaluator_DefaultTraversal_InnerUnrolling< Kernel, Index_, Stop >

Definition at line 189 of file AssignEvaluator.h.


Member Function Documentation

template<typename Kernel , int Index_, int Stop>
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::copy_using_evaluator_DefaultTraversal_InnerUnrolling< Kernel, Index_, Stop >::run ( Kernel &  kernel,
Index  outer 
) [inline, static]

Definition at line 191 of file AssignEvaluator.h.

  {
    kernel.assignCoeffByOuterInner(outer, Index_);
    copy_using_evaluator_DefaultTraversal_InnerUnrolling<Kernel, Index_+1, Stop>::run(kernel, outer);
  }

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines