Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
subworld_gemm

Performs recursive parallel matrix multiplication using the slice interface to extract blocks. More...

Collaboration diagram for subworld_gemm:

Functions

int test_subworld_gemm (int n, int m, int k, int div_, World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)
 

Detailed Description

Performs recursive parallel matrix multiplication using the slice interface to extract blocks.

Function Documentation

char* getCmdOption ( char **  begin,
char **  end,
const std::string &  option 
)

Definition at line 102 of file subworld_gemm.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)