Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
univar_function

tests custom element-wise functions by implementing division elementwise on 4D tensors More...

Collaboration diagram for univar_function:

Functions

double fquad (double a)
 
int univar_function (int n, World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)
 

Detailed Description

tests custom element-wise functions by implementing division elementwise on 4D tensors

Function Documentation

double fquad ( double  a)

Definition at line 13 of file univar_function.cxx.

References ctf.core::a.

Referenced by univar_function().

char* getCmdOption ( char **  begin,
char **  end,
const std::string &  option 
)

Definition at line 68 of file univar_function.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)
int univar_function ( int  n,
World dw 
)