#include <cmath>
#include <hdf5.h>
#include "SparseMatrix_CRS.h"
Go to the source code of this file.
|
| #define | HDF5_STATUS_CHECK(status) if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl; |
| |
| #define HDF5_STATUS_CHECK |
( |
|
status | ) |
if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl; |
Print sparse matrix to output
- Parameters
-
| output | the ostream to print to |
| matrix_p | the matrix to print |
- Returns
- the filled ostream (with the matrix)
Definition at line 120 of file SparseMatrix_CRS.cpp.