diff options
author | Pjotr Prins | 2020-05-22 07:15:37 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-22 07:15:37 -0500 |
commit | 8c82a8294483ffac4d8e9635376723f26a8ae27b (patch) | |
tree | c987e3646be820fe703452ad250979e4f3c112a9 /src/fastblas.h | |
parent | f112b0fa5f29651b5af8cb3bd1c2933f010c2960 (diff) | |
download | pangemma-8c82a8294483ffac4d8e9635376723f26a8ae27b.tar.gz |
Fixes for gcc (GCC) 10.1.0
Started to remove eigenlib (again)
Diffstat (limited to 'src/fastblas.h')
-rw-r--r-- | src/fastblas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fastblas.h b/src/fastblas.h index 343a73a..cca3258 100644 --- a/src/fastblas.h +++ b/src/fastblas.h @@ -37,4 +37,6 @@ void fast_eigen_dgemm(const char *TransA, const char *TransB, const double alpha const gsl_matrix *A, const gsl_matrix *B, const double beta, gsl_matrix *C); +void fast_inverse(gsl_matrix *m); + #endif |