diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-27 15:57:49 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2005-06-27 15:57:49 +0000 |
commit | b4c8fcc57355d7e998423c7cb609a11a326df44d (patch) | |
tree | d4a27cc29e5ce24291819c3bd426bafc7857f345 /src/iemmatrix.c | |
parent | 5fa6fbeb72758657578b044ef13b05c51d01c948 (diff) |
added [mtx_dbtorms] and [mtx_rmstodb]
svn path=/trunk/externals/iem/iemmatrix/; revision=3253
Diffstat (limited to 'src/iemmatrix.c')
-rw-r--r-- | src/iemmatrix.c | 4 |
1 files changed, 4 insertions, 0 deletions
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(); |