Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
A symmetric contraction from CCSDT compared with the explicitly permuted nonsymmetric form. More...
Functions | |
int | ccsdt_map_test (int n, World &dw) |
char * | getCmdOption (char **begin, char **end, const std::string &option) |
int | main (int argc, char **argv) |
int | ccsdt_t3_to_t2 (int n, int m, World &dw) |
A symmetric contraction from CCSDT compared with the explicitly permuted nonsymmetric form.
int ccsdt_map_test | ( | int | n, |
World & | dw | ||
) |
Definition at line 12 of file ccsdt_map_test.cxx.
References NS, and ctf.core::rank().
Referenced by main().
int ccsdt_t3_to_t2 | ( | int | n, |
int | m, | ||
World & | dw | ||
) |
Definition at line 13 of file ccsdt_t3_to_t2.cxx.
References AS, CTF::Tensor< dtype >::fill_random(), getCmdOption(), main(), ctf.core::np(), NS, ctf.core::rank(), and ctf.core::string.
Referenced by main().
char* getCmdOption | ( | char ** | begin, |
char ** | end, | ||
const std::string & | option | ||
) |
Definition at line 36 of file ccsdt_map_test.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 47 of file ccsdt_map_test.cxx.
References ccsdt_map_test(), getCmdOption(), ctf.core::np(), and ctf.core::rank().