Skip to content

Add eigenΒ #57

@dlfivefifty

Description

@dlfivefifty
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions