Teem 1.10.0
src/ten/tendAvg.c File Reference
#include "ten.h"
#include "privateTen.h"
Include dependency graph for tendAvg.c:

Defines

#define INFO   "Average across tensor volumes"

Functions

int tend_avgMain (int argc, char **argv, char *me, hestParm *hparm)

Variables

char * _tend_avgInfoL
unrrduCmd tend_avgCmd = { "avg", INFO, tend_avgMain }

Define Documentation

#define INFO   "Average across tensor volumes"

Function Documentation

int tend_avgMain ( int  argc,
char **  argv,
char *  me,
hestParm hparm 
)

Variable Documentation

Initial value:
  (INFO
   ".  The output is the same size as the any one of the inputs. "
   "The individual tensors may be averaged in various ways.")
unrrduCmd tend_avgCmd = { "avg", INFO, tend_avgMain }