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.