Skip to content

det(Symmetric) fails #252

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

Closed
alyst opened this issue Sep 12, 2015 · 1 comment · Fixed by JuliaLang/julia#13166
Closed

det(Symmetric) fails #252

alyst opened this issue Sep 12, 2015 · 1 comment · Fixed by JuliaLang/julia#13166
Labels
bug Something isn't working

Comments

@alyst
Copy link

alyst commented Sep 12, 2015

On "v"0.4.0-rc1+10"

 det(Symmetric([1.0 1.0; 1.0 1.0]))

fails with error

ERROR: MethodError: `lufact!` has no method matching lufact!(::Symmetric{Float64,Array{Float64,2}}, ::Type{Val{true}})
Closest candidates are:
  lufact!{T<:Union{Complex{Float32},Complex{Float64},Float32,Float64}}(::Union{DenseArray{T<:Union{Complex{Float32},Complex{Float64},Float32,Flot64},2},SubArray{T<:Union{Complex{Float32},Complex{Float64},Float32,Float64},2,A<:DenseArray{T,N},I<:Tuple{Vararg{Union{Colon,Int64,Range{Int64}}},LD}}, ::Union{Type{Val{false}},Type{Val{true}}})
  lufact!(::Union{DenseArray{T,2},SubArray{T,2,A<:DenseArray{T,N},I<:Tuple{Vararg{Union{Colon,Int64,Range{Int64}}}},LD}}, ::Union{Type{Val{false},Type{Val{true}}})
  lufact!{T}(::Tridiagonal{T}, ::Union{Type{Val{false}},Type{Val{true}}})
 in det at ./linalg/generic.jl:508
@alyst
Copy link
Author

alyst commented Sep 15, 2015

Part of #253

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants