Template Class ReadsCSR

Inheritance Relationships

Derived Types

Class Documentation

template<typename IDType, typename NNZType, typename ValueType>
class sparsebase::io::ReadsCSR

Interface for readers that can return a CSR instance.

Subclassed by sparsebase::io::BinaryReaderOrderTwo< IDType, NNZType, ValueType >, sparsebase::io::EdgeListReader< IDType, NNZType, ValueType >, sparsebase::io::MTXReader< IDType, NNZType, ValueType >, sparsebase::io::PigoEdgeListReader< IDType, NNZType, ValueType >, sparsebase::io::PigoMTXReader< IDType, NNZType, ValueType >

Public Functions

virtual format::CSR<IDType, NNZType, ValueType> *ReadCSR() const = 0

Reads the file to a CSR instance and returns a pointer to it.