summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/c/linearAlgebra/sqroot/dsqroota.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c/linearAlgebra/sqroot/dsqroota.c b/src/c/linearAlgebra/sqroot/dsqroota.c
index a9062e6..1ba9726 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<rk;i++){
for(j=0;j<rk;j++){
A[i*rk+j] = sqrt(S[i*row+j]);