Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
bivar_transform

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

Collaboration diagram for bivar_transform:

Functions

void f3 (double a, double b, double &c)
 
int bivar_transform (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 transforms by implementing division elementwise on 4D tensors

Function Documentation

int bivar_transform ( int  n,
World dw 
)
void f3 ( double  a,
double  b,
double &  c 
)

Definition at line 13 of file bivar_transform.cxx.

References ctf.core::b.

Referenced by bivar_transform().

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

Definition at line 82 of file bivar_transform.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)