diff options
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; /* |