23 #include <cusp/detail/config.h>
68 template <
typename Matrix>
101 template <
typename Matrix,
typename Stream>
139 template <
typename Matrix>
174 template <
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_stream(const Matrix &mtx, Stream &output)
Write MatrixMarket data to a stream.
void write_matrix_market_file(const Matrix &mtx, const std::string &filename)
Write a MatrixMarket file.
void read_matrix_market_file(Matrix &mtx, const std::string &filename)
Read a MatrixMarket file.