aboutsummaryrefslogtreecommitdiff
path: root/src/iemmatrix_sources.c
diff options
context:
space:
mode:
authorFranz Zotter <fzotter@users.sourceforge.net>2005-09-26 11:01:28 +0000
committerFranz Zotter <fzotter@users.sourceforge.net>2005-09-26 11:01:28 +0000
commitdf4f70b90bbc9ee6ef23c81cb143d92c61e4d759 (patch)
tree50b9a104c19daa8ffcb1598f6c57b4edca055a9a /src/iemmatrix_sources.c
parentb810cd1f4f95524debe30fe8805565aedfb151a3 (diff)
adding matrix concatenation external. two matrices can be concatenated to one bigger matrix. you can select if the second matrix is appended in row or in column direction.
svn path=/trunk/externals/iem/iemmatrix/; revision=3635
Diffstat (limited to 'src/iemmatrix_sources.c')
-rw-r--r--src/iemmatrix_sources.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/iemmatrix_sources.c b/src/iemmatrix_sources.c
index 7684656..1d6ed9c 100644
--- a/src/iemmatrix_sources.c
+++ b/src/iemmatrix_sources.c
@@ -19,6 +19,7 @@ void iemmatrix_sources_setup(void)
iemtx_cholesky_setup(); /* mtx_cholesky.c */
iemtx_col_setup(); /* mtx_col.c */
iemtx_colon_setup(); /* mtx_colon.c */
+ iemtx_concat_setup(); /* mtx_concat.c */
iemtx_conv_setup(); /* mtx_conv.c */
iemtx_cos_setup(); /* mtx_cos.c */
iemtx_cumsum_setup(); /* mtx_cumsum.c */
@@ -49,8 +50,8 @@ void iemmatrix_sources_setup(void)
iemtx_mean_setup(); /* mtx_mean.c */
iemtx_min2_setup(); /* mtx_min2.c */
iemtx_minmax_setup(); /* mtx_minmax.c */
- iemtx_mul_setup(); /* mtx_mul.c */
iemtx_mul__setup(); /* mtx_mul~.c */
+ iemtx_mul_setup(); /* mtx_mul.c */
iemtx_neq_setup(); /* mtx_neq.c */
iemtx_not_setup(); /* mtx_not.c */
iemtx_ones_setup(); /* mtx_ones.c */