From 0c709b26ff5943db694a42fc888a3e3c7e5229a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 10 May 2005 12:16:49 +0000 Subject: added mtx_sum svn path=/trunk/externals/iem/iemmatrix/; revision=2937 --- src/mtx_prod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mtx_prod.c') diff --git a/src/mtx_prod.c b/src/mtx_prod.c index d6c7a15..82ecf32 100644 --- a/src/mtx_prod.c +++ b/src/mtx_prod.c @@ -14,7 +14,7 @@ #include "iemmatrix.h" /* mtx_prod */ -/* prod(diag(A)) +/* column-wise product */ static t_class *mtx_prod_class; static void mtx_prod_matrix(t_matrix *x, t_symbol *s, int argc, t_atom *argv) -- cgit v1.2.1