We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43748d9 commit 4bfd6ceCopy full SHA for 4bfd6ce
1 file changed
ext/ArrayInterfaceStaticArraysCoreExt.jl
@@ -24,6 +24,7 @@ ArrayInterface.ismutable(::Type{<:StaticArraysCore.MArray}) = true
24
ArrayInterface.ismutable(::Type{<:StaticArraysCore.SizedArray}) = true
25
26
ArrayInterface.can_setindex(::Type{<:StaticArraysCore.StaticArray}) = false
27
+ArrayInterface.can_setindex(::Type{<:StaticArraysCore.MArray}) = true
28
ArrayInterface.buffer(A::Union{StaticArraysCore.SArray,StaticArraysCore.MArray}) = getfield(A, :data)
29
30
function ArrayInterface.lu_instance(_A::StaticArraysCore.StaticMatrix{N,N}) where {N}
0 commit comments