From 3c1d6bd4f73e370464c537f9a3368752bd44bdf0 Mon Sep 17 00:00:00 2001 From: Franz Zotter Date: Tue, 22 Jun 2010 06:23:15 +0000 Subject: added [mtx_cumprod] and [mtx_polyval] to evaluate polynomials svn path=/trunk/externals/iem/iemmatrix/; revision=13685 --- src/iemmatrix_sources.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/iemmatrix_sources.h') diff --git a/src/iemmatrix_sources.h b/src/iemmatrix_sources.h index 3e56eba..df6dc7b 100644 --- a/src/iemmatrix_sources.h +++ b/src/iemmatrix_sources.h @@ -22,6 +22,7 @@ void iemtx_colon_setup(void); /* mtx_colon.c */ void iemtx_concat_setup(void); /* mtx_concat.c */ void iemtx_conv_setup(void); /* mtx_conv.c */ void iemtx_cos_setup(void); /* mtx_cos.c */ +void iemtx_cumprod_setup(void); /* mtx_cumprod.c */ void iemtx_cumsum_setup(void); /* mtx_cumsum.c */ void iemtx_dbtopow_setup(void); /* mtx_dbtopow.c */ void iemtx_dbtorms_setup(void); /* mtx_dbtorms.c */ -- cgit v1.2.1