We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b7d01 commit a20d543Copy full SHA for a20d543
1 file changed
src/linalg.jl
@@ -105,6 +105,7 @@ sub_materialize(::BlockLayout{<:AbstractBandedLayout}, V, _) = BlockBandedMatrix
105
strides(V::SubBlockSkylineMatrix{<:Any,LL,UU,<:Union{BlockRange1,Block1},Block1}) where {LL,UU} =
106
(1,parent(V).block_sizes.block_strides[Int(parentindices(V)[2].block)])
107
108
+
109
function Base.cconvert(::Type{Ptr{T}}, V::SubBlockSkylineMatrix{T,LL,UU,<:Union{BlockRange1,Block1},Block1}) where {T,LL,UU}
110
V
111
end
0 commit comments