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

Error: copmputing eigen on BigFloat #6594

Closed
paulanalyst opened this issue Apr 21, 2014 · 1 comment
Closed

Error: copmputing eigen on BigFloat #6594

paulanalyst opened this issue Apr 21, 2014 · 1 comment

Comments

@paulanalyst
Copy link

A=rand(100,100)

R = convert (Matrix {BigFloat}, cor (A))

m,v=eig(R)

ERROR: no method eigfact!(Array{Any,1}, Array{BigFloat,2})
in eigfact at linalg/factorization.jl:669
in eig at linalg/factorization.jl:673

@pao pao added the feature label Apr 21, 2014
@pao
Copy link
Member

pao commented Apr 21, 2014

Much of the linear algebra stuff isn't fully generalized to BigFloat types. This is being tracked in issue JuliaLang/LinearAlgebra.jl#11. Thanks!

@pao pao closed this as completed Apr 21, 2014
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

2 participants