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