Class MatrixReader

Inheritance Relationships

Derived Type

Class Documentation

class MatrixReader

Abstract base class for matrix readers.

Subclassed by NetworKit::MatrixMarketReader

Public Functions

virtual ~MatrixReader() = default
virtual CSRMatrix read(const std::string &path) = 0

Reads the matrix in path.

inline CSRMatrix *_read(const std::string &path)

only to be used by Cython - this eliminates an unnecessary copy