|
MOAB
4.9.3pre
|
#include <AssignEvaluator.h>
Static Public Member Functions | |
| static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void | run (Kernel &kernel) |
Definition at line 209 of file AssignEvaluator.h.
| static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::internal::copy_using_evaluator_LinearTraversal_CompleteUnrolling< Kernel, Index, Stop >::run | ( | Kernel & | kernel | ) | [inline, static] |
Definition at line 211 of file AssignEvaluator.h.
{
kernel.assignCoeff(Index);
copy_using_evaluator_LinearTraversal_CompleteUnrolling<Kernel, Index+1, Stop>::run(kernel);
}