Qi Yang

Results 2 issues of Qi Yang

Sorry if this is a trivial problem. But I indeed think the behavior of program is weird for me. [email protected], [email protected] This is a Minimal Working Example ``` import numpy...

```julia julia> U2,S2,V2=tsvd(A) ([-0.6544776144364567; -0.2676920846823157; -0.26769208468231576; -0.6544776144364568;;], [2.853906087544359], [-0.6544776144364567; -0.2676920846823159; -0.2676920846823158; -0.6544776144364568;;]) julia> S2 1-element Vector{Float64}: 2.853906087544359 julia> U2,S2,V2=tsvd(A,Dcut) ([0.654477614436457 0.6544776144364569 … -0.49252301879505456 -0.19490429776098736; 0.2676920846823159 0.2676920846823158 … 0.0845812528300824 0.9612271076541434; 0.267692084682316...