File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ Base.IndexStyle(::Type{<:MArray}) = IndexLinear()
1111StaticArrayInterface. static_axes (x:: MArray ) = StaticArrayInterface. static_axes (x. indices)
1212Base. axes (x:: MArray ) = StaticArrayInterface. static_axes (x)
1313StaticArrayInterface. axes_types (T:: Type{<:MArray} ) = T. parameters[3 ]
14- StaticArrayInterface. static_axes (x:: MArray ) = StaticArrayInterface. static_axes (x. indices)
1514StaticArrayInterface. defines_strides (:: Type{<:MArray} ) = true
1615Base. strides (x:: MArray ) = strides (parent (x))
1716function Base. getindex (x:: MArray , inds... )
@@ -33,8 +32,6 @@ function StaticArrayInterface.known_dimnames(::Type{T}) where {L,T<:NamedDimsWra
3332 Static. known (L)
3433end
3534
36- Base. parent (x:: NamedDimsWrapper ) = x. parent
37-
3835# Dummy array type with undetermined contiguity properties
3936struct DummyZeros{T,N} <: AbstractArray{T,N}
4037 dims :: Dims{N}
You can’t perform that action at this time.
0 commit comments