Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
Tests contraction of a symmetric index group with a nonsymmetric one. More...
Functions | |
int | sy_times_ns (int n, World &dw) |
char * | getCmdOption (char **begin, char **end, const std::string &option) |
int | main (int argc, char **argv) |
Tests contraction of a symmetric index group with a nonsymmetric one.
char* getCmdOption | ( | char ** | begin, |
char ** | end, | ||
const std::string & | option | ||
) |
Definition at line 81 of file sy_times_ns.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 92 of file sy_times_ns.cxx.
References getCmdOption(), ctf.core::np(), ctf.core::rank(), and sy_times_ns().
int sy_times_ns | ( | int | n, |
World & | dw | ||
) |
Definition at line 14 of file sy_times_ns.cxx.
References CTF::Tensor< dtype >::get_local_data(), CTF::Tensor< dtype >::norm2(), ctf.core::np(), NS, ctf.core::rank(), SY, and CTF::Tensor< dtype >::write().
Referenced by main().