Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eigen #57

Open
dlfivefifty opened this issue Oct 17, 2019 · 0 comments
Open

Add eigen #57

dlfivefifty opened this issue Oct 17, 2019 · 0 comments

Comments

@dlfivefifty
Copy link
Member

julia> A = big.(randn(10,10));

julia> eigen(A)
ERROR: MethodError: no method matching eigen!(::Array{BigFloat,2}; permute=true, scale=true, sortby=LinearAlgebra.eigsortby)
Closest candidates are:
  eigen!(::SymTridiagonal{#s617,V} where V<:AbstractArray{#s617,1} where #s617<:Union{Float32, Float64}) at /Users/sheehanolver/Projects/julia-1.2/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/tridiag.jl:200 got unsupported keyword arguments "permute", "scale", "sortby"
  eigen!(::SymTridiagonal{#s617,V} where V<:AbstractArray{#s617,1} where #s617<:Union{Float32, Float64}, ::UnitRange) at /Users/sheehanolver/Projects/julia-1.2/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/tridiag.jl:203 got unsupported keyword arguments "permute", "scale", "sortby"
  eigen!(::SymTridiagonal{#s617,V} where V<:AbstractArray{#s617,1} where #s617<:Union{Float32, Float64}, ::Real, ::Real) at /Users/sheehanolver/Projects/julia-1.2/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/tridiag.jl:208 got unsupported keyword arguments "permute", "scale", "sortby"
  ...
Stacktrace:
 [1] #eigen#58(::Bool, ::Bool, ::typeof(LinearAlgebra.eigsortby), ::typeof(eigen), ::Array{BigFloat,2}) at /Users/sheehanolver/Projects/julia-1.2/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/eigen.jl:139
 [2] eigen(::Array{BigFloat,2}) at /Users/sheehanolver/Projects/julia-1.2/usr/share/julia/stdlib/v1.2/LinearAlgebra/src/eigen.jl:137
 [3] top-level scope at REPL[210]:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant