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

Go to the source code of this file.

Functions

template<typename t >
bool Bellman_Ford (Matrix< t > A, Vector< t > P, int n)
 
int sssp (int n, World &dw)
 
char * getCmdOption (char **begin, char **end, const std::string &option)
 
int main (int argc, char **argv)