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.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/iemmatrix_sources.c') diff --git a/src/iemmatrix_sources.c b/src/iemmatrix_sources.c index 5e05345..2e6b4f4 100644 --- a/src/iemmatrix_sources.c +++ b/src/iemmatrix_sources.c @@ -24,6 +24,7 @@ void iemmatrix_sources_setup(void) iemtx_concat_setup(); /* mtx_concat.c */ iemtx_conv_setup(); /* mtx_conv.c */ iemtx_cos_setup(); /* mtx_cos.c */ + iemtx_cumprod_setup(); /* mtx_cumprod.c */ iemtx_cumsum_setup(); /* mtx_cumsum.c */ iemtx_dbtopow_setup(); /* mtx_dbtopow.c */ iemtx_dbtorms_setup(); /* mtx_dbtorms.c */ -- cgit v1.2.1