diff options
author | Abhinav Dronamraju | 2017-08-07 21:37:52 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-08-07 21:37:52 +0530 |
commit | 4e1d0ace737fbf234690dea94455e0b90c244e87 (patch) | |
tree | ef4cbc4e1653983460a9d45a1d45990ef0b8f642 /2.3-1/macros/findDeps/getAllInterfaces.sci | |
parent | 0d191f94a68921971b6b41584796f448f3ea0d91 (diff) | |
download | Scilab2C-4e1d0ace737fbf234690dea94455e0b90c244e87.tar.gz Scilab2C-4e1d0ace737fbf234690dea94455e0b90c244e87.tar.bz2 Scilab2C-4e1d0ace737fbf234690dea94455e0b90c244e87.zip |
Pertrans 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 d16aadbf..7884cd74 100644 --- a/2.3-1/macros/findDeps/getAllInterfaces.sci +++ b/2.3-1/macros/findDeps/getAllInterfaces.sci @@ -55,6 +55,7 @@ function allInterfaces = getAllInterfaces(SharedInfo) "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_pertrans.h" "src/c/matrixOperations/interfaces/int_cumprod.h" "src/c/matrixOperations/interfaces/int_triu.h" "src/c/matrixOperations/interfaces/int_tril.h" |