diff options
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r-- | src/iemmatrix.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/iemmatrix.h b/src/iemmatrix.h index d9abb37..cf7b771 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -121,6 +121,11 @@ typedef struct _mtx_binmtx } t_mtx_binmtx; +/* + G.Holzmann: the following is now implemented + in iemmatrix_utility.c +*/ + void matrix_free(t_matrix*x); /* utility function */ @@ -149,6 +154,10 @@ void matrix_col(t_matrix *x, t_symbol *s, int argc, t_atom *argv); void matrix_element(t_matrix *x, t_symbol *s, int argc, t_atom *argv); +/* + in iemmatrix_binops.c +*/ + void mtx_bin_matrix2(t_mtx_binmtx *x, t_symbol *s, int argc, t_atom *argv); void mtx_binmtx_bang(t_mtx_binmtx *x); void mtx_binmtx_free(t_mtx_binmtx *x); |