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.h | |
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.h')
-rw-r--r-- | src/iemmatrix_sources.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |