From b4c8fcc57355d7e998423c7cb609a11a326df44d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 27 Jun 2005 15:57:49 +0000 Subject: added [mtx_dbtorms] and [mtx_rmstodb] svn path=/trunk/externals/iem/iemmatrix/; revision=3253 --- src/iemmatrix.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/iemmatrix.c') diff --git a/src/iemmatrix.c b/src/iemmatrix.c index 145b33b..fd884f6 100644 --- a/src/iemmatrix.c +++ b/src/iemmatrix.c @@ -20,6 +20,8 @@ void mtx_sub_setup(); void mtx_pow_setup(); void mtx_col_setup(); void mtx_cholesky_setup(); +void mtx_dbtorms_setup(); +void mtx_rmstodb_setup(); void mtx_diag_setup(); void mtx_diegg_setup(); void mtx_distance2_setup(); @@ -67,6 +69,8 @@ void iemtx_setup(){ mtx_gauss_setup(); mtx_inverse_setup(); mtx_log_setup(); + mtx_dbtorms_setup(); + mtx_rmstodb_setup(); mtx_matrix_setup(); mtx_mean_setup(); mtx_check_setup(); -- cgit v1.2.1