Template Class BinaryReaderOrderTwo
Defined in File binary_reader_order_two.h
Inheritance Relationships
Base Types
public sparsebase::io::Reader
(Class Reader)public sparsebase::io::ReadsCSR< IDType, NNZType, ValueType >
(Template Class ReadsCSR)public sparsebase::io::ReadsCOO< IDType, NNZType, ValueType >
(Template Class ReadsCOO)
Class Documentation
-
template<typename IDType, typename NNZType, typename ValueType>
class sparsebase::io::BinaryReaderOrderTwo : public sparsebase::io::Reader, public sparsebase::io::ReadsCSR<IDType, NNZType, ValueType>, public sparsebase::io::ReadsCOO<IDType, NNZType, ValueType> Reads files encoded in SparseBase’s custom binary format (CSR and COO)