Jutho / Strided.jl

A Julia package for strided array views and efficient manipulations thereof
Other
150 stars 13 forks source link

Loosen UnsafeStridedView for Transpose and Adjoint #19

Closed amilsted closed 2 years ago

amilsted commented 3 years ago

Allows nesting of Transpose and Adjoint, e.g. UnsafeStridedView(a::Transpose{<:Any, Adjoint{<:Any, <:DenseArray}}).

amilsted commented 2 years ago

@Jutho Hi. Just wondering if you noticed this!

Jutho commented 2 years ago

Hi @amilsted , completely forgot about this. This is indeed a valid correction that is essential to how I now believe this should work. I'll merge and tag a new bug fix release.