diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2012-08-21 08:10:42 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2012-08-21 08:10:42 +0000 |
commit | 5086631c287a954bae9c2bb4a987cb7f1eda3e57 (patch) | |
tree | 344393f7d6b8cbed979444c48f23003a232eb9c4 /src/iemmatrix_sources.h | |
parent | 585ca79e105c6e8ca57a2320c2335623a184ae06 (diff) |
convex hull algorithm added
svn path=/trunk/externals/iem/iemmatrix/; revision=16165
Diffstat (limited to 'src/iemmatrix_sources.h')
-rw-r--r-- | src/iemmatrix_sources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemmatrix_sources.h b/src/iemmatrix_sources.h index 0e24529..872be3a 100644 --- a/src/iemmatrix_sources.h +++ b/src/iemmatrix_sources.h @@ -70,6 +70,7 @@ void iemtx_pow_setup(void); /* mtx_pow.c */ void iemtx_powtodb_setup(void); /* mtx_powtodb.c */ void iemtx_print_setup(void); /* mtx_print.c */ void iemtx_prod_setup(void); /* mtx_prod.c */ +void iemtx_qhull_setup(void); /* mtx_qhull.c */ void iemtx_qr_setup(void); /* mtx_qr.c */ void iemtx_rand_setup(void); /* mtx_rand.c */ void iemtx_repmat_setup(void); /* mtx_repmat.c */ |