Class RBGraphReader

Inheritance Relationships

Base Type

Class Documentation

class RBGraphReader : public NetworKit::GraphReader

Reader for the Rutherford Boeing (RB) matrix file format as described in http://sparse-files.engr.tamu.edu/files/DOC/rb.pdf.

Note

currently the reader only supports compressed column format for real, integer, or pattern data types.

Public Functions

RBGraphReader() = default
virtual Graph read(std::string_view path) override

Takes a file path as parameter and returns a graph.

Parameters:

path

Returns:

Graph