diff options
Diffstat (limited to 'src/iemmatrix_sources.c')
-rw-r--r-- | src/iemmatrix_sources.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/iemmatrix_sources.c b/src/iemmatrix_sources.c index 11bb4d4..0c739b6 100644 --- a/src/iemmatrix_sources.c +++ b/src/iemmatrix_sources.c @@ -72,6 +72,7 @@ void iemmatrix_sources_setup(void) iemtx_powtodb_setup(); /* mtx_powtodb.c */ iemtx_print_setup(); /* mtx_print.c */ iemtx_prod_setup(); /* mtx_prod.c */ + iemtx_qhull_setup(); /* mtx_qhull.c */ iemtx_qr_setup(); /* mtx_qr.c */ iemtx_rand_setup(); /* mtx_rand.c */ iemtx_repmat_setup(); /* mtx_repmat.c */ |