|
PARALUTION
1.0.0
PARALUTION
|
#include <string>Go to the source code of this file.
Namespaces | |
| paralution | |
Functions | |
| template<typename ValueType > | |
| bool | paralution::read_matrix_mtx (int &nrow, int &ncol, int &nnz, int **row, int **col, ValueType **val, const std::string filename) |
| template<typename ValueType > | |
| bool | paralution::write_matrix_mtx (const int nrow, const int ncol, const int nnz, const int *row, const int *col, const ValueType *val, const std::string filename) |