summaryrefslogtreecommitdiff
path: root/src/c/linearAlgebra/sqroot/dsqroota.c
diff options
context:
space:
mode:
authorSandeep Gupta2017-07-06 15:16:16 +0530
committerSandeep Gupta2017-07-06 15:16:16 +0530
commitcb1d99232e521c34e9f0c271a6c4176cc7b9cbe4 (patch)
tree47a9dacb127137102fefd3c4dfc7ce292381ae78 /src/c/linearAlgebra/sqroot/dsqroota.c
parentd5463e3c142c57a8f4dcf64da54e72d6af9a968b (diff)
downloadscilab2c-cb1d99232e521c34e9f0c271a6c4176cc7b9cbe4.tar.gz
scilab2c-cb1d99232e521c34e9f0c271a6c4176cc7b9cbe4.tar.bz2
scilab2c-cb1d99232e521c34e9f0c271a6c4176cc7b9cbe4.zip
Changes
Diffstat (limited to 'src/c/linearAlgebra/sqroot/dsqroota.c')
-rw-r--r--src/c/linearAlgebra/sqroot/dsqroota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c/linearAlgebra/sqroot/dsqroota.c b/src/c/linearAlgebra/sqroot/dsqroota.c
index 038afc98..a9062e65 100644
--- a/src/c/linearAlgebra/sqroot/dsqroota.c
+++ b/src/c/linearAlgebra/sqroot/dsqroota.c
@@ -108,9 +108,9 @@ void dsqroota(double *inp,int row,int col, double *out){
}
for(i=0;i<col*rk;i++){
B[i] = V[i];
- printf("%lf ",B[i]);
+ //printf("%lf ",B[i]);
}
- printf("\n");
+ //printf("\n");
/*for(i=0;i<rk;i++){
for(j=0;j<rk;j++){
//A[i*rk+j] = sqrt(S[i*row+j]);