Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
|
A clever way to multiply symmetric matrices. More...
Functions | |
int | fast_sym (int const n, World &ctf) |
char * | getCmdOption (char **begin, char **end, const std::string &option) |
int | main (int argc, char **argv) |
A clever way to multiply symmetric matrices.
int fast_sym | ( | int const | n, |
World & | ctf | ||
) |
Definition at line 12 of file fast_sym.cxx.
References CTF::Tensor< dtype >::get_local_data(), NS, CTF::Tensor< dtype >::print(), ctf.core::rank(), SH, SY, and CTF::Tensor< dtype >::write().
Referenced by main().
char* getCmdOption | ( | char ** | begin, |
char ** | end, | ||
const std::string & | option | ||
) |
Definition at line 120 of file fast_sym.cxx.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 131 of file fast_sym.cxx.
References fast_sym(), getCmdOption(), ctf.core::np(), and ctf.core::rank().