Skip to content
Snippets Groups Projects

Dirac solver

Merged Sarod Yatawatta requested to merge dirac-solver into master
Files
15
@@ -11,7 +11,7 @@
#include <complex>
#include <limits>
//#define PRINT_ERRORS
// #define PRINT_ERRORS
// computes sqrt(A^2-B^2) / n
float get_accuracy(const int n, const std::complex<float>* A,
Loading