Cyclops Tensor Framework
parallel arithmetic on multidimensional arrays
speye

Sparse identity matrix test. More...

Collaboration diagram for speye:

Functions

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

Detailed Description

Sparse identity matrix test.

Function Documentation

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

Definition at line 66 of file speye.cxx.

Referenced by main().

int main ( int  argc,
char **  argv 
)

Definition at line 77 of file speye.cxx.

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

int speye ( int  n,
int  order,
World dw 
)

Definition at line 11 of file speye.cxx.

References NS, and CTF::World::rank.

Referenced by btwn_cnt_fast(), and main().