| 
    Cyclops Tensor Framework
    
   parallel arithmetic on multidimensional arrays 
   | 
 
tests cust_spom element-wise functions by implementing division elementwise on 4D tensors More...
 
 | 
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) | 
tests cust_spom element-wise functions by implementing division elementwise on 4D tensors
| 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 | ||
| ) | 
Definition at line 90 of file endomorphism_cust_sp.cxx.
References endomorphism_cust_sp(), getCmdOption(), ctf.core::np(), and ctf.core::rank().