#include "ten.h"#include "privateTen.h"

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 INFO "Average across tensor volumes" |
| int tend_avgMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _tend_avgInfoL |
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 } |
1.5.6