Matrix Market line-reader functor for the graph_reader(). The file format is described at http://math.nist.gov/MatrixMarket/formats.html. Note that the vertex numbering is one based. More...
Public Member Functions | |
template<typename Aggr , typename Graph > | |
size_t | operator() (std::stringstream &ss, Aggr &aggr, Graph *g) const |
Public Types | |
using | has_edge_property = std::false_type |
Lines have properties for edges. | |
Matrix Market line-reader functor for the graph_reader(). The file format is described at http://math.nist.gov/MatrixMarket/formats.html. Note that the vertex numbering is one based.