From 678b221a9b3323cc66e13b31ae1f53fa1138f32f Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Tue, 9 Jun 2009 20:01:55 +0000 Subject: adding [mtx_qr] using gsl support; performs QR-decomposition, but Q is not implemented yet. svn path=/trunk/externals/iem/iemmatrix/; revision=11727 --- src/iemmatrix_sources.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/iemmatrix_sources.h') diff --git a/src/iemmatrix_sources.h b/src/iemmatrix_sources.h index 3ccd923..cda8fc5 100644 --- a/src/iemmatrix_sources.h +++ b/src/iemmatrix_sources.h @@ -55,8 +55,8 @@ void iemtx_max2_setup(void); /* mtx_max2.c */ void iemtx_mean_setup(void); /* mtx_mean.c */ void iemtx_min2_setup(void); /* mtx_min2.c */ void iemtx_minmax_setup(void); /* mtx_minmax.c */ -void iemtx_mul_setup(void); /* mtx_mul.c */ void iemtx_mul__setup(void); /* mtx_mul~.c */ +void iemtx_mul_setup(void); /* mtx_mul.c */ void iemtx_neq_setup(void); /* mtx_neq.c */ void iemtx_not_setup(void); /* mtx_not.c */ void iemtx_ones_setup(void); /* mtx_ones.c */ @@ -67,6 +67,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_qr_setup(void); /* mtx_qr.c */ void iemtx_rand_setup(void); /* mtx_rand.c */ void iemtx_repmat_setup(void); /* mtx_repmat.c */ void iemtx_resize_setup(void); /* mtx_resize.c */ -- cgit v1.2.1