author | Francesco Abbate <francesco.bbt@gmail.com> | 2009年10月16日 20:19:16 +0000 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2009年10月16日 20:19:16 +0000 |
commit | 010f46906c89eb2e14a843169c75f3db3ed50810 (patch) | |
tree | 6d042cb5749175e06326c659cae0186c3fb5a320 /matrix_headers_source.h | |
parent | 43b3dd6d49b311712c9ba50e84f2526743ef859e (diff) | |
download | gsl-shell-010f46906c89eb2e14a843169c75f3db3ed50810.tar.gz |
-rw-r--r-- | matrix_headers_source.h | 2 |
diff --git a/matrix_headers_source.h b/matrix_headers_source.h index 561e4bcc..e551336e 100644 --- a/matrix_headers_source.h +++ b/matrix_headers_source.h @@ -32,3 +32,5 @@ FUNCTION (matrix, jacob_copy_real_to_cmpl) (double *dest_cmpl, double *src_real, extern void
FUNCTION (matrix, jacob_copy_cmpl_to_real) (double *dest_real, double *src_cmpl,
size_t n, size_t p, size_t mult);
+
+extern char const * const TYPE (name_matrix);
|