Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
sptensor_sum

Summation of sparse tensors. More...

Collaboration diagram for sptensor_sum:

Functions

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

Detailed Description

Summation of sparse tensors.

Function Documentation

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

Definition at line 85 of file sptensor_sum.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 96 of file sptensor_sum.cxx.

References getCmdOption(), ctf.core::np(), ctf.core::rank(), and sptensor_sum().

int sptensor_sum ( int  n,
World dw 
)