Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
matmul.cxx File Reference
#include <ctf.hpp>
#include <float.h>
Include dependency graph for matmul.cxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int matmul (int m, int n, int k, World &dw, int sym_A=NS, int sym_B=NS, int sym_C=NS, double sp_A=1., double sp_B=1., double sp_C=1., bool test=true, bool bench=false, int niter=10)
 (if test) tests and (if bench) benchmarks m*n*k matrix multiplication with matrices of specified symmetry and sparsity fraction More...
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)