Add verbosity
This commit is contained in:
parent
365ec8196d
commit
8e435c0533
|
|
@ -61,6 +61,7 @@ function gram_schmidt!(vecs, ws, threshold=1e-5; verbose=false)
|
||||||
end
|
end
|
||||||
|
|
||||||
target_dim = c_rank(vecs, ws, threshold)
|
target_dim = c_rank(vecs, ws, threshold)
|
||||||
|
verbose && println("Target dimensionality = $target_dim")
|
||||||
|
|
||||||
for i in eachindex(vecs)
|
for i in eachindex(vecs)
|
||||||
for j in (i + 1):length(vecs)
|
for j in (i + 1):length(vecs)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue