summaryrefslogtreecommitdiff
path: root/2.3-1/macros/findDeps/getAllInterfaces.sci
diff options
context:
space:
mode:
authorSandeep Gupta2017-07-07 01:39:22 +0530
committerSandeep Gupta2017-07-07 01:39:22 +0530
commitc2987d9ea311a62a56427beae3a451b860620a62 (patch)
tree7a75301b0ea351d0e1eabc7abde6c4a8d1b923ba /2.3-1/macros/findDeps/getAllInterfaces.sci
parent894c9fb4cc78053689aabc4aa351b867de12a543 (diff)
downloadScilab2C-c2987d9ea311a62a56427beae3a451b860620a62.tar.gz
Scilab2C-c2987d9ea311a62a56427beae3a451b860620a62.tar.bz2
Scilab2C-c2987d9ea311a62a56427beae3a451b860620a62.zip
SVD Function
Diffstat (limited to '2.3-1/macros/findDeps/getAllInterfaces.sci')
-rw-r--r--2.3-1/macros/findDeps/getAllInterfaces.sci12
1 files changed, 8 insertions, 4 deletions
diff --git a/2.3-1/macros/findDeps/getAllInterfaces.sci b/2.3-1/macros/findDeps/getAllInterfaces.sci
index e6297792..60208228 100644
--- a/2.3-1/macros/findDeps/getAllInterfaces.sci
+++ b/2.3-1/macros/findDeps/getAllInterfaces.sci
@@ -32,7 +32,6 @@ function allInterfaces = getAllInterfaces(SharedInfo)
"src/c/type/int_real.h"
"src/c/matrixOperations/interfaces/int_vmagn.h"
"src/c/matrixOperations/interfaces/int_ones.h"
- "src/c/linearAlgebra/interfaces/int_spec.h"
"src/c/matrixOperations/interfaces/int_cat.h"
"src/c/matrixOperations/interfaces/int_zeros.h"
"src/c/matrixOperations/interfaces/int_OpBackSlash.h"
@@ -215,13 +214,18 @@ function allInterfaces = getAllInterfaces(SharedInfo)
"src/c/CACSD/interfaces/int_lqr.h"
"src/c/CACSD/interfaces/int_lqe.h"
"src/c/CACSD/interfaces/int_obscont.h"
- "src/c/linearAlgebra/interfaces/int_sva.h"
- "src/c/linearAlgebra/interfaces/int_svd.h"
+ "src/c/linearAlgebra/interfaces/int_spec.h"
"src/c/linearAlgebra/interfaces/int_schur.h"
"src/c/linearAlgebra/interfaces/int_balanc.h"
"src/c/linearAlgebra/interfaces/int_svd.h"
+ "src/c/linearAlgebra/interfaces/int_sqroot.h"
"src/c/linearAlgebra/interfaces/int_hess.h"
- "src/c/linearAlgebra/interfaces/int_sva.h"
+ "src/c/linearAlgebra/interfaces/int_sva.h"
+ "src/c/linearAlgebra/interfaces/int_givens.h"
+ "src/c/linearAlgebra/interfaces/int_householder.h"
+ "src/c/linearAlgebra/interfaces/int_fullrf.h"
+ "src/c/linearAlgebra/interfaces/int_rowcomp.h"
+ "src/c/linearAlgebra/interfaces/int_qr.h";
"src/c/linearAlgebra/interfaces/int_rcond.h"];