| Cyclops Tensor Framework
    parallel arithmetic on multidimensional arrays | 
#include <ctf.hpp>

Go to the source code of this file.
| Functions | |
| void | recursive_matmul (int n, int m, int k, Tensor<> &A, Tensor<> &B, Tensor<> &C) | 
| int | test_recursive_matmul (int n, int m, int k, World &dw) | 
| char * | getCmdOption (char **begin, char **end, const std::string &option) | 
| int | main (int argc, char **argv) |