We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
convert
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
This package defines convert without importing Base.convert, is that intended?
Base.convert
GenericLinearAlgebra.jl/src/householder.jl
Line 145 in 10b5265
When trying to use it, I also get an error
julia> GenericLinearAlgebra.convert(Matrix, h2.τ[1]) ERROR: DimensionMismatch: Stacktrace: [1] lmul!(H::GenericLinearAlgebra.Householder{BigFloat, SubArray{BigFloat, 1, Matrix{BigFloat}, Tuple{UnitRange{Int64}, Int64}, true}}, A::Matrix{BigFloat}) @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/w5JSi/src/householder.jl:24 [2] convert(#unused#::Type{Matrix}, H::GenericLinearAlgebra.Householder{BigFloat, SubArray{BigFloat, 1, Matrix{BigFloat}, Tuple{UnitRange{Int64}, Int64}, true}}) @ GenericLinearAlgebra ~/.julia/packages/GenericLinearAlgebra/w5JSi/src/householder.jl:145 [3] top-level scope @ REPL[27]:1
The text was updated successfully, but these errors were encountered:
No that is definitely not intended.
Sorry, something went wrong.
andreasnoack
Successfully merging a pull request may close this issue.
This package defines
convert
without importingBase.convert
, is that intended?GenericLinearAlgebra.jl/src/householder.jl
Line 145 in 10b5265
When trying to use it, I also get an error
The text was updated successfully, but these errors were encountered: