Fork me on GitHub
 All Classes Files Functions Variables Groups Pages
Functions
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. More...
 
template<typename Matrix , typename Stream >
void cusp::io::read_matrix_market_stream (Matrix &mtx, Stream &input)
 Read MatrixMarket data from a stream. More...
 
template<typename Matrix >
void cusp::io::write_matrix_market_file (const Matrix &mtx, const std::string &filename)
 Write a MatrixMarket file. More...
 
template<typename Matrix , typename Stream >
void cusp::io::write_matrix_market_stream (const Matrix &mtx, Stream &output)
 Write MatrixMarket data to a stream. More...
 

Detailed Description

MatrixMarket file I/O.

Definition in file matrix_market.h.