23#include <cusp/detail/config.h>
68template <
typename Matrix>
101template <
typename Matrix,
typename Stream>
139template <
typename Matrix>
174template <
typename Matrix,
typename Stream>
183#include <cusp/io/detail/matrix_market.inl>
void read_matrix_market_stream(Matrix &mtx, Stream &input)
Read MatrixMarket data from a stream.
void write_matrix_market_file(const Matrix &mtx, const std::string &filename)
Write a MatrixMarket file.
void write_matrix_market_stream(const Matrix &mtx, Stream &output)
Write MatrixMarket data to a stream.
void read_matrix_market_file(Matrix &mtx, const std::string &filename)
Read a MatrixMarket file.