HubbardGPU
Hubbard diagonalisation on the GPU (and CPU)
 All Classes Files Functions Variables Typedefs Friends Macros
SparseMatrix_CCS.cpp File Reference
#include <cmath>
#include "helpers.h"
#include "SparseMatrix_CCS.h"
+ Include dependency graph for SparseMatrix_CCS.cpp:

Go to the source code of this file.

Macros

#define MY_ZEROLIMIT   1e-10
 

Functions

ostream & operator<< (ostream &output, SparseMatrix_CCS &matrix_p)
 

Macro Definition Documentation

#define MY_ZEROLIMIT   1e-10

Definition at line 22 of file SparseMatrix_CCS.cpp.

Function Documentation

ostream& operator<< ( ostream &  output,
SparseMatrix_CCS 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 174 of file SparseMatrix_CCS.cpp.