Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
Strassen's algorithm

Strassen's algorithm using the slice interface to extract blocks. More...

Collaboration diagram for Strassen's algorithm:

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)
 

Detailed Description

Strassen's algorithm using the slice interface to extract blocks.

Function Documentation

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 
)