MultiArgKernel.h File Reference

MultiArgKernel is a generalized iterate object to hand off to smarts. More...

#include "Engine/EngineFunctor.h"
#include "Evaluator/LoopApply.h"
#include "Functions/MultiArg.h"

Include dependency graph for MultiArgKernel.h:

This graph shows which files directly or indirectly include this file:


Classes

class  MultiArgKernel< MultiArg, Function >

Detailed Description

MultiArgKernel is a generalized iterate object to hand off to smarts.

The iterate contains a MultiArg objects which can contain 1, 2, or 3 fields, and a Function object which is applied to the MultiArg object when the iterate is run. On construction, the user provides vectors of flags that say which arguments are being written to and read from.

This particular kernel was created to avoid the proliferation of kernels generated by patch-based computations. Previously, separate kernels were defined for each number of argument passed in, and in some cases different kernels were written for different forms of the function.


Generated on Wed Mar 16 06:18:04 2011 for FreePOOMA by  doxygen 1.5.9