Template Class ReadsCSR
Defined in File reader.h
Inheritance Relationships
Derived Types
public sparsebase::io::BinaryReaderOrderTwo< IDType, NNZType, ValueType >
(Template Class BinaryReaderOrderTwo)public sparsebase::io::EdgeListReader< IDType, NNZType, ValueType >
(Template Class EdgeListReader)public sparsebase::io::MTXReader< IDType, NNZType, ValueType >
(Template Class MTXReader)public sparsebase::io::PigoEdgeListReader< IDType, NNZType, ValueType >
(Template Class PigoEdgeListReader)public sparsebase::io::PigoMTXReader< IDType, NNZType, ValueType >
(Template Class PigoMTXReader)
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 >