diff options
author | Abhinav Dronamraju | 2017-07-14 16:30:11 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-14 16:30:11 +0530 |
commit | 9a70aa3ff473b7bc72d849c2cc2ecece57d4c388 (patch) | |
tree | 9e39ad0f373302583181c2fa5f37b2214d6c68a8 /macros/findDeps/getAllInterfaces.sci | |
parent | ac678b361d87222c0c40511ce060f79e9bdabd30 (diff) | |
download | scilab2c-9a70aa3ff473b7bc72d849c2cc2ecece57d4c388.tar.gz scilab2c-9a70aa3ff473b7bc72d849c2cc2ecece57d4c388.tar.bz2 scilab2c-9a70aa3ff473b7bc72d849c2cc2ecece57d4c388.zip |
Isvector and NNZ added
Diffstat (limited to 'macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index da910a0e..02c671f2 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -54,6 +54,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/matrixOperations/interfaces/int_diag.h" "src/c/matrixOperations/interfaces/int_cumsum.h" "src/c/matrixOperations/interfaces/int_matrix.h" + "src/c/matrixOperations/interfaces/int_nnz.h" "src/c/matrixOperations/interfaces/int_cumprod.h" "src/c/matrixOperations/interfaces/int_triu.h" "src/c/matrixOperations/interfaces/int_tril.h" @@ -104,6 +105,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/elementaryFunctions/interfaces/int_nthroot.h" "src/c/elementaryFunctions/interfaces/int_issquare.h" "src/c/elementaryFunctions/interfaces/int_isscalar.h" + "src/c/elementaryFunctions/interfaces/int_isvector.h" "src/c/elementaryFunctions/interfaces/int_iscolumn.h" "src/c/elementaryFunctions/interfaces/int_ismatrix.h" "src/c/elementaryFunctions/interfaces/int_logspace.h" |