Template Class WritesCSR

Inheritance Relationships

Derived Type

Class Documentation

template<typename IDType, typename NNZType, typename ValueType>
class WritesCSR

Interface for writers that can write a CSR instance to a file.

Subclassed by sparsebase::io::BinaryWriterOrderTwo< IDType, NNZType, ValueType >