You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
on Julia 7 it doesn't hang but spews an error which doesn't look right (?)
ERROR: MethodError: no method matching LinearAlgebra.Bidiagonal{Float64,V} where V<:AbstractArray{Float64,1}(::Array{Float64,1}, ::Array{Float64,1}, ::Bool)
Closest candidates are:
LinearAlgebra.Bidiagonal{Float64,V} where V<:AbstractArray{Float64,1}(::V<:AbstractArray{T,1}, ::V<:AbstractArray{T,1}, ::AbstractChar) where {T, V<:AbstractArray{T,1}} at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v0.7/LinearAlgebra/src/bidiag.jl:9
LinearAlgebra.Bidiagonal{Float64,V} where V<:AbstractArray{Float64,1}(::Any) where T<:AbstractArray at abstractarray.jl:22
Stacktrace:
[1] bidiagonalize_tall!(::Array{Float64,2}) at /Users/tlienart/.julia/packages/GenericSVD/abus/src/bidiagonalize.jl:49
[2] #generic_svdfact!#3(::Bool, ::Bool, ::Function, ::Array{Float64,2}) at /Users/tlienart/.julia/packages/GenericSVD/abus/src/GenericSVD.jl:20
[3] generic_svdfact!(::Array{Float64,2}) at /Users/tlienart/.julia/packages/GenericSVD/abus/src/GenericSVD.jl:13
[4] top-level scope
Similar to https://github.com/JuliaLang/julia/issues/21757, the following causes an infinite loop:
The text was updated successfully, but these errors were encountered: