Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
Summation along tensor diagonals. More...
Functions | |
int | readall_test (int n, int m, World &dw) |
char * | getCmdOption (char **begin, char **end, const std::string &option) |
int | main (int argc, char **argv) |
Summation along tensor diagonals.
char* getCmdOption | ( | char ** | begin, |
char ** | end, | ||
const std::string & | option | ||
) |
Definition at line 82 of file readall_test.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 93 of file readall_test.cxx.
References getCmdOption(), ctf.core::np(), ctf.core::rank(), and readall_test().
int readall_test | ( | int | n, |
int | m, | ||
World & | dw | ||
) |
Definition at line 14 of file readall_test.cxx.
References CTF::Tensor< dtype >::add_from_subworld(), NS, ctf.core::rank(), and CTF::Tensor< dtype >::read_all().
Referenced by main().