diff options
author | Brijeshcr | 2017-08-01 16:18:48 +0530 |
---|---|---|
committer | Brijeshcr | 2017-08-01 16:18:48 +0530 |
commit | 08907f873ad769a7f2326d15c9a20a84bcef5008 (patch) | |
tree | 9d7cb5eea180fc6ae900cbb5b24daa3244642663 /2.3-1/macros/findDeps/getAllSources.sci | |
parent | fc851295dc07651c653b396fb5b92c0530d96da6 (diff) | |
download | Scilab2C-08907f873ad769a7f2326d15c9a20a84bcef5008.tar.gz Scilab2C-08907f873ad769a7f2326d15c9a20a84bcef5008.tar.bz2 Scilab2C-08907f873ad769a7f2326d15c9a20a84bcef5008.zip |
Added Moment
Diffstat (limited to '2.3-1/macros/findDeps/getAllSources.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllSources.sci | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllSources.sci b/2.3-1/macros/findDeps/getAllSources.sci index 7e0a806c..949fe0d9 100644 --- a/2.3-1/macros/findDeps/getAllSources.sci +++ b/2.3-1/macros/findDeps/getAllSources.sci @@ -1046,6 +1046,15 @@ function allSources = getAllSources(SharedInfo,BuildTool) "src/c/statisticsFunctions/stdevf/zrowstdevfa.c" "src/c/statisticsFunctions/stdevf/ccolumnstdevfa.c" "src/c/statisticsFunctions/stdevf/scolumnstdevfa.c" + "src/c/statisticsFunctions/moment/dmoments.c" + "src/c/statisticsFunctions/moment/dmomentrowa.c" + "src/c/statisticsFunctions/moment/dmomentcola.c" + "src/c/statisticsFunctions/moment/smoments.c" + "src/c/statisticsFunctions/moment/smomentrowa.c" + "src/c/statisticsFunctions/moment/smomentcola.c" + "src/c/statisticsFunctions/moment/zmoments.c" + "src/c/statisticsFunctions/moment/zmomentrowa.c" + "src/c/statisticsFunctions/moment/zmomentcola.c" "src/c/operations/multiplication/cmula.c" "src/c/operations/multiplication/cmuls.c" "src/c/operations/multiplication/cmulv.c" |