CUSP
Loading...
Searching...
No Matches
matrix_market.h File Reference

MatrixMarket file I/O. More...

Go to the source code of this file.

Functions

template<typename Matrix >
void cusp::io::read_matrix_market_file (Matrix &mtx, const std::string &filename)
 Read a MatrixMarket file.
 
template<typename Matrix , typename Stream >
void cusp::io::read_matrix_market_stream (Matrix &mtx, Stream &input)
 Read MatrixMarket data from a stream.
 
template<typename Matrix >
void cusp::io::write_matrix_market_file (const Matrix &mtx, const std::string &filename)
 Write a MatrixMarket file.
 
template<typename Matrix , typename Stream >
void cusp::io::write_matrix_market_stream (const Matrix &mtx, Stream &output)
 Write MatrixMarket data to a stream.
 

Detailed Description

MatrixMarket file I/O.

Definition in file matrix_market.h.