diff options
author | Sandeep Gupta | 2017-07-07 01:39:22 +0530 |
---|---|---|
committer | Sandeep Gupta | 2017-07-07 01:39:22 +0530 |
commit | 3f6c53783f04d515c4e63be884709983fa547d18 (patch) | |
tree | fa44146a2485fae03d537f3e09c1b72988273576 /includes/sci2clib.h | |
parent | 7a7f685a8436b456b246c49baf76bb8af930b214 (diff) | |
download | Scilab2C_fossee_old-3f6c53783f04d515c4e63be884709983fa547d18.tar.gz Scilab2C_fossee_old-3f6c53783f04d515c4e63be884709983fa547d18.tar.bz2 Scilab2C_fossee_old-3f6c53783f04d515c4e63be884709983fa547d18.zip |
SVD Function
Diffstat (limited to 'includes/sci2clib.h')
-rw-r--r-- | includes/sci2clib.h | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/includes/sci2clib.h b/includes/sci2clib.h index 1a8b557..1a66273 100644 --- a/includes/sci2clib.h +++ b/includes/sci2clib.h @@ -660,8 +660,27 @@ extern "C" { #include "hess.h" /* Linear Algebra - Hess function */ #include "int_hess.h" -#include "sva.h" -#include "int_sva.h" /*Linear Algebra - SVA function */ +#include "sva.h" /* Linear Algebra - SVA function */ +#include "int_sva.h" + +#include "sqroot.h" /* Linear Algebra - Sqroot function */ +#include "int_sqroot.h" + +#include "givens.h" /* Linear Algebra - Givens Function */ +#include "int_givens.h" + +#include "householder.h" /* Linear Algebra - Householder function */ +#include "int_householder.h" + +#include "fullrf.h" /* Linear Algebra - Full rank factoziation */ +#include "int_fullrf.h" + +#include "rowcomp.h" /* Linear Algebra - row compression, range */ +#include "int_rowcomp.h" + + +#include "qr.h" /* Linear Algebra - QR decomposition */ +#include "int_qr.h" /*Functions related to opencv*/ /*#include "cvcore.hpp" |