diff options
author | ukashanoor | 2017-06-19 10:42:03 +0530 |
---|---|---|
committer | ukashanoor | 2017-06-19 10:42:03 +0530 |
commit | 8e235230a4c16a042d2620fa7b58a9b0f4ba1914 (patch) | |
tree | 455eef81a4fda3d0737ffde5614c333ac8f56ed9 /includes/sci2clib.h | |
parent | b33afdb2311fbe8aad4c5c614c6098585fe2d279 (diff) | |
download | scilab2c-8e235230a4c16a042d2620fa7b58a9b0f4ba1914.tar.gz scilab2c-8e235230a4c16a042d2620fa7b58a9b0f4ba1914.tar.bz2 scilab2c-8e235230a4c16a042d2620fa7b58a9b0f4ba1914.zip |
after if and for
Diffstat (limited to 'includes/sci2clib.h')
-rw-r--r-- | includes/sci2clib.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h index eae03ebb..7eb0d635 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -65,8 +65,22 @@ extern "C" { #include "rand.h" #include "int_rand.h" +/* INTERPOLATION FUNCTIONS*/ + +/*interfacing interp1*/ +#include "interp1.h" +#include "int_interp1.h" + /* ELEMENTARY FUNCTIONS */ +#include "nextpow2.h" +#include "int_nextpow2.h" +/*interfacing gcd*/ +#include "gcd.h" +#include "int_gcd.h" +/* interfacing isreal*/ +#include "isreal.h" +#include "int_isreal.h" /* interfacing atand */ #include "atand.h" #include "int_atand.h" @@ -412,6 +426,18 @@ extern "C" { #include "norm.h" /* SIGNAL PROCESSING */ + + +#include "modk.h" +#include "int_modk.h" +/* interfacing idct */ +#include "idct.h" +#include "int_idct.h" + +/* interfacing dct */ +#include "dct.h" +#include "int_dct.h" + /* interfacing convol */ #include "conv.h" #include "conv2d.h" |