summaryrefslogtreecommitdiff
path: root/macros/findDeps/getAllSources.sci
diff options
context:
space:
mode:
authorAbhinav Dronamraju2017-07-07 14:28:14 +0530
committerAbhinav Dronamraju2017-07-07 14:28:14 +0530
commit6c064ab15d76329ac3dfbee127e6b448a4c6f458 (patch)
tree5cbfecce11e56ff4dc8f3c00d727aef42a30fbf8 /macros/findDeps/getAllSources.sci
parent01508f707b01890e6c214a0fceb90c6a3db5cf57 (diff)
downloadScilab2C_fossee_old-6c064ab15d76329ac3dfbee127e6b448a4c6f458.tar.gz
Scilab2C_fossee_old-6c064ab15d76329ac3dfbee127e6b448a4c6f458.tar.bz2
Scilab2C_fossee_old-6c064ab15d76329ac3dfbee127e6b448a4c6f458.zip
matrix function added
Diffstat (limited to 'macros/findDeps/getAllSources.sci')
-rw-r--r--macros/findDeps/getAllSources.sci6
1 files changed, 4 insertions, 2 deletions
diff --git a/macros/findDeps/getAllSources.sci b/macros/findDeps/getAllSources.sci
index 17e35c2..cc22739 100644
--- a/macros/findDeps/getAllSources.sci
+++ b/macros/findDeps/getAllSources.sci
@@ -312,6 +312,8 @@ function allSources = getAllSources(SharedInfo)
"src/c/matrixOperations/cumprod/i16cumproda.c"
"src/c/matrixOperations/cumprod/i16rowcumproda.c"
"src/c/matrixOperations/cumprod/i16columncumproda.c"
+ "src/c/matrixOperations/matrix/dmatrixa.c"
+ "src/c/matrixOperations/matrix/smatrixa.c"
"src/c/matrixOperations/triu/dtriua.c"
"src/c/matrixOperations/triu/striua.c"
"src/c/matrixOperations/triu/u8triua.c"
@@ -624,9 +626,9 @@ function allSources = getAllSources(SharedInfo)
"src/c/elementaryFunctions/lnp1m1/slnp1m1s.c"
"src/c/elementaryFunctions/lnp1m1/dlnp1m1s.c"
- "src/c/elementaryFunctions/float/dfloats.c"
+ "src/c/elementaryFunctions/float/dfloats.c"
"src/c/elementaryFunctions/float/dfloata.c"
- "src/c/elementaryFunctions/float/sfloats.c"
+ "src/c/elementaryFunctions/float/sfloats.c"
"src/c/elementaryFunctions/float/sfloata.c"
"src/c/elementaryFunctions/float/u8floats.c"
"src/c/elementaryFunctions/float/u8floata.c"