diff options
author | Franz Zotter <fzotter@users.sourceforge.net> | 2010-06-22 06:23:15 +0000 |
---|---|---|
committer | Franz Zotter <fzotter@users.sourceforge.net> | 2010-06-22 06:23:15 +0000 |
commit | 3c1d6bd4f73e370464c537f9a3368752bd44bdf0 (patch) | |
tree | f02fa82b929d05c8c4ba07ceca6763e3c3f1888a /src/iemmatrix_sources.c | |
parent | 810388c19a126701120e2fdb3c716fc87de7e282 (diff) |
added [mtx_cumprod] and [mtx_polyval] to evaluate polynomials
svn path=/trunk/externals/iem/iemmatrix/; revision=13685
Diffstat (limited to 'src/iemmatrix_sources.c')
-rw-r--r-- | src/iemmatrix_sources.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |