diff options
author | Abhinav Dronamraju | 2017-07-07 14:28:14 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-07 14:28:14 +0530 |
commit | 18de8c65454af3b40d4cd669a14772f5821ae8e5 (patch) | |
tree | a64b57d97b5958e5e7d63807225f76d5536d01ba /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | 8f36f58ec0b68efc1cf671631c03d11edc866d94 (diff) | |
download | Scilab2C-18de8c65454af3b40d4cd669a14772f5821ae8e5.tar.gz Scilab2C-18de8c65454af3b40d4cd669a14772f5821ae8e5.tar.bz2 Scilab2C-18de8c65454af3b40d4cd669a14772f5821ae8e5.zip |
matrix function added
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r-- | 2.3-1/macros/findDeps/getAllInterfaces.sci | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci index 27ae65dd..84f3cddb 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -54,6 +54,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "src/c/matrixOperations/interfaces/int_expm.h" "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_cumprod.h" "src/c/matrixOperations/interfaces/int_triu.h" "src/c/matrixOperations/interfaces/int_tril.h" |