diff options
author | siddhu8990 | 2017-06-21 15:51:35 +0530 |
---|---|---|
committer | siddhu8990 | 2017-06-21 15:51:35 +0530 |
commit | 2c3b9e1055c8c9dfe874df3b7743c4a765042316 (patch) | |
tree | b3df485fe31ad42fde9bb20d553c162c94f27b08 /includes/sci2clib.h | |
parent | 7dd99346700740df9480b1f47221e24afc32371d (diff) | |
parent | d8c9e974d3ce553198b487dadc51c7612e92de85 (diff) | |
download | Scilab2C_fossee_old-2c3b9e1055c8c9dfe874df3b7743c4a765042316.tar.gz Scilab2C_fossee_old-2c3b9e1055c8c9dfe874df3b7743c4a765042316.tar.bz2 Scilab2C_fossee_old-2c3b9e1055c8c9dfe874df3b7743c4a765042316.zip |
Merged new linear algebra functions
Diffstat (limited to 'includes/sci2clib.h')
-rw-r--r-- | includes/sci2clib.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h index 18c5730..a9ed493 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -396,7 +396,7 @@ extern "C" { /* interfacing ones */ #include "ones.h" #include "int_ones.h" -/* interfacing spec */ +/* Linear Algebra - spec */ #include "spec.h" #include "int_spec.h" /* interfacing trace */ @@ -628,8 +628,17 @@ extern "C" { #include "balanc.h" #include "int_balanc.h" +#include "svd.h" /*Linear Alegbra - Singular value decompostion */ +#include "int_svd.h" + #include "rcond.h" #include "int_rcond.h" + +#include "hess.h" /* Linear Algebra - Hess function */ +#include "int_hess.h" + +#include "sva.h" +#include "int_sva.h" /*Linear Algebra - SVA function */ /*Functions related to opencv*/ /*#include "cvcore.hpp" |