v2DM-DOCI  1.0
Matrix.cpp File Reference
#include <iostream>
#include <iomanip>
#include <time.h>
#include <cmath>
#include <cstring>
#include <algorithm>
#include <assert.h>
#include <hdf5.h>
#include "Matrix.h"
#include "lapack.h"
#include "Vector.h"
+ Include dependency graph for Matrix.cpp:

Go to the source code of this file.

Namespaces

 doci2DM
 

Macros

#define HDF5_STATUS_CHECK(status)
 

Functions

std::ostream & doci2DM::operator<< (std::ostream &output, const doci2DM::Matrix &matrix_p)
 

Macro Definition Documentation

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

Definition at line 40 of file Matrix.cpp.