Open
Description
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
?
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?
Metadata
Metadata
Assignees
Labels
No labels