diff options
author | Pjotr Prins | 2018-09-27 09:35:13 +0000 |
---|---|---|
committer | Pjotr Prins | 2018-09-27 09:35:13 +0000 |
commit | c08e633d2f858b35d2939d92c8a1b82d36168944 (patch) | |
tree | 82f7b8785f7af041c48934e89983ef47a8a3b374 /src/fastblas.cpp | |
parent | 5d74d45b5ade5339bca6090bead2d6b37a70fb63 (diff) | |
download | pangemma-c08e633d2f858b35d2939d92c8a1b82d36168944.tar.gz |
Inlining GSL calls
Diffstat (limited to 'src/fastblas.cpp')
-rw-r--r-- | src/fastblas.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fastblas.cpp b/src/fastblas.cpp index 362027c..de63e08 100644 --- a/src/fastblas.cpp +++ b/src/fastblas.cpp @@ -30,6 +30,9 @@ #include <string.h> #include "eigenlib.h" +const char *FastblasTrans = "T"; +const char *FastblasNoTrans = "N"; + using namespace std; /* |