| Cyclops Tensor Framework
    parallel arithmetic on multidimensional arrays | 
Strassen's algorithm using the slice interface to extract blocks. More...
|   | 
| Functions | |
| int | strassen (int const n, int const sym, World &dw) | 
| char * | getCmdOption (char **begin, char **end, const std::string &option) | 
| int | main (int argc, char **argv) | 
Strassen's algorithm using the slice interface to extract blocks.
| char* getCmdOption | ( | char ** | begin, | 
| char ** | end, | ||
| const std::string & | option | ||
| ) | 
Definition at line 245 of file strassen.cxx.
Referenced by main().
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 255 of file strassen.cxx.
References AS, getCmdOption(), ctf.core::np(), NS, ctf.core::rank(), SH, strassen(), and SY.
| int strassen | ( | int const | n, | 
| int const | sym, | ||
| World & | dw | ||
| ) | 
Definition at line 13 of file strassen.cxx.
References AS, CTF::World::comm, CTF::Tensor< dtype >::get_local_data(), ctf.core::np(), NS, ctf.core::rank(), SH, CTF::Tensor< dtype >::slice(), SY, and CTF::Tensor< dtype >::write().
Referenced by main().