HubbardGPU
Hubbard diagonalisation on the GPU (and CPU)
|
Go to the source code of this file.
Macros | |
#define | MY_ZEROLIMIT 1e-10 |
Functions | |
ostream & | operator<< (ostream &output, SparseMatrix_CCS &matrix_p) |
#define MY_ZEROLIMIT 1e-10 |
Definition at line 22 of file SparseMatrix_CCS.cpp.
ostream& operator<< | ( | ostream & | output, |
SparseMatrix_CCS & | matrix_p | ||
) |
Print sparse matrix to output
output | the ostream to print to |
matrix_p | the matrix to print |
Definition at line 174 of file SparseMatrix_CCS.cpp.