binary file I/O More...
Go to the source code of this file.
Functions | |
template<typename Matrix > | |
void | cusp::io::read_binary_file (Matrix &mtx, const std::string &filename) |
Read a binary file. More... | |
template<typename Matrix , typename Stream > | |
void | cusp::io::read_binary_stream (Matrix &mtx, Stream &input) |
Read binary data from a stream. More... | |
template<typename Matrix > | |
void | cusp::io::write_binary_file (const Matrix &mtx, const std::string &filename) |
Write a binary file. More... | |
template<typename Matrix , typename Stream > | |
void | cusp::io::write_binary_stream (const Matrix &mtx, Stream &output) |
Write binary data to a stream. More... | |
binary file I/O
Definition in file binary.h.