diff options
author | Pjotr Prins | 2020-05-28 06:02:49 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-28 06:02:49 -0500 |
commit | f2fb0a6c0d8e8a849d5e8acc975111e1ff6bb714 (patch) | |
tree | 0deea66ae2895347b6f9a925288fb6bab4ee93ba /src/fastblas.cpp | |
parent | f1cd914e6f20c9a162e16d7283477c1b98d005d1 (diff) | |
parent | 57b3a882c2b147a474374c77a8c023f6569b974f (diff) | |
download | pangemma-f2fb0a6c0d8e8a849d5e8acc975111e1ff6bb714.tar.gz |
Merge branch 'master' of github.com:genenetwork/GEMMA
Diffstat (limited to 'src/fastblas.cpp')
-rw-r--r-- | src/fastblas.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fastblas.cpp b/src/fastblas.cpp index 42c59ee..41ee741 100644 --- a/src/fastblas.cpp +++ b/src/fastblas.cpp @@ -18,18 +18,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -// #include "gsl/gsl_matrix.h" #include <algorithm> // std::min #include <cmath> #include <iomanip> #include <vector> #include "debug.h" -#include "fastblas.h" -#include "fastopenblas.h" #include "mathfunc.h" #include <string.h> -#include "eigenlib.h" -#include <cblas.h> const char *FastblasTrans = "T"; const char *FastblasNoTrans = "N"; |