From 39e059c0f4f7b517718bcc803c1e24873e25b164 Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Fri, 7 Jul 2017 02:44:54 +0530 Subject: SQROOT --- jar/scilab_en_US_help.jar | Bin 90519 -> 90519 bytes src/c/linearAlgebra/sqroot/dsqroota.c | 2 +- .../testLinearAlgebra/testsqroot/testsqroot.sci | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 tests/unit_tests/testLinearAlgebra/testsqroot/testsqroot.sci diff --git a/jar/scilab_en_US_help.jar b/jar/scilab_en_US_help.jar index 459cfbb4..cef95e2f 100644 Binary files a/jar/scilab_en_US_help.jar and b/jar/scilab_en_US_help.jar differ diff --git a/src/c/linearAlgebra/sqroot/dsqroota.c b/src/c/linearAlgebra/sqroot/dsqroota.c index a9062e65..1ba97268 100644 --- a/src/c/linearAlgebra/sqroot/dsqroota.c +++ b/src/c/linearAlgebra/sqroot/dsqroota.c @@ -99,7 +99,7 @@ void dsqroota(double *inp,int row,int col, double *out){ printf("\n"); }*/ /*sqrt of S*/ - printf("%d ",rk); + //printf("%d ",rk); for(i=0;i