STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions | Public Types
stapl::read_matrix_market_line Struct Reference

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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: