DOCI-Exact  1.0
SparseMatrix_CRS.cpp File Reference
#include <cmath>
#include <hdf5.h>
#include "SparseMatrix_CRS.h"
+ Include dependency graph for SparseMatrix_CRS.cpp:

Go to the source code of this file.

Macros

#define HDF5_STATUS_CHECK(status)   if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl;
 

Functions

std::ostream & operator<< (std::ostream &output, helpers::SparseMatrix_CRS &matrix_p)
 

Macro Definition Documentation

#define HDF5_STATUS_CHECK (   status)    if(status < 0) std::cerr << __FILE__ << ":" << __LINE__ << ": Problem with writing to file. Status code=" << status << std::endl;

Definition at line 10 of file SparseMatrix_CRS.cpp.

Function Documentation

std::ostream& operator<< ( std::ostream &  output,
helpers::SparseMatrix_CRS matrix_p 
)

Print sparse matrix to output

Parameters
outputthe ostream to print to
matrix_pthe matrix to print
Returns
the filled ostream (with the matrix)

Definition at line 120 of file SparseMatrix_CRS.cpp.