From 4be41c665ffe107536b4259c8e85c109cc0c2f07 Mon Sep 17 00:00:00 2001 From: Sandeep Gupta Date: Fri, 7 Jul 2017 02:44:54 +0530 Subject: SQROOT --- 2.3-1/jar/scilab_en_US_help.jar | Bin 90519 -> 90519 bytes 2.3-1/src/c/linearAlgebra/sqroot/dsqroota.c | 2 +- .../testLinearAlgebra/testsqroot/testsqroot.sci | 5 +++++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 2.3-1/tests/unit_tests/testLinearAlgebra/testsqroot/testsqroot.sci diff --git a/2.3-1/jar/scilab_en_US_help.jar b/2.3-1/jar/scilab_en_US_help.jar index 459cfbb4..cef95e2f 100644 Binary files a/2.3-1/jar/scilab_en_US_help.jar and b/2.3-1/jar/scilab_en_US_help.jar differ diff --git a/2.3-1/src/c/linearAlgebra/sqroot/dsqroota.c b/2.3-1/src/c/linearAlgebra/sqroot/dsqroota.c index a9062e65..1ba97268 100644 --- a/2.3-1/src/c/linearAlgebra/sqroot/dsqroota.c +++ b/2.3-1/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