Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
endomorphism_cust_sp

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

Collaboration diagram for endomorphism_cust_sp:

Data Structures

struct  cust_sp_type
 

Functions

void comp_len (cust_sp_type &a)
 
int endomorphism_cust_sp (int n, World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)
 

Detailed Description

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

Function Documentation

void comp_len ( cust_sp_type a)

Definition at line 18 of file endomorphism_cust_sp.cxx.

References cust_sp_type::len_name, and cust_sp_type::name.

Referenced by endomorphism_cust_sp().

int endomorphism_cust_sp ( int  n,
World dw 
)

Definition at line 22 of file endomorphism_cust_sp.cxx.

References comp_len(), cust_sp_type::name, NS, and CTF::World::rank.

Referenced by main().

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

Definition at line 79 of file endomorphism_cust_sp.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)