Skip to content

strides missing methods for various AbstractArray subtypes  #29705

@musm

Description

@musm

Seems like some simple methods are missing for strides function

julia> strides(randn(5,5)')
ERROR: MethodError: no method matching strides(::LinearAlgebra.Adjoint{Float64,Array{Float64,2}})

similarily

julia> strides(transpose(randn(5,5))

and also other basic subtypes of AbstractArray such as Diagonal etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    arrays[a, r, r, a, y, s]

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions