We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<:
BandedMatrices.jl/src/banded/BandedMatrix.jl
Lines 84 to 87 in 9a573b1
And
Lines 106 to 110 in 9a573b1
Or is this supposed to be <:Any?
<:Any
julia> B = BandedMatrix{<:,Matrix{<:},Base.OneTo{Int}} BandedMatrix{<:, Matrix{<:}, Base.OneTo{Int64}} julia> Base.isconcretetype(B) true julia> eltype(B) <: (built-in function)
Is this for a banded matrix of the subtype function?
The text was updated successfully, but these errors were encountered:
It's 5 year old code by an RSE who was a Julia beginner so I think it is meant to be <: Any....
<: Any
Sorry, something went wrong.
No branches or pull requests
BandedMatrices.jl/src/banded/BandedMatrix.jl
Lines 84 to 87 in 9a573b1
And
BandedMatrices.jl/src/banded/BandedMatrix.jl
Lines 106 to 110 in 9a573b1
Or is this supposed to be
<:Any
?Is this for a banded matrix of the subtype function?
The text was updated successfully, but these errors were encountered: