You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An important component will be to make sure the code works for both TrapezoidalLayout and TriangularLayout, when appropriate. Perhaps a design like this makes sense:
abstract type AbstractTrapezoidalLayout{UPLO,UNIT} <:MemoryLayoutendstruct TrapezoidalLayout{UPLO,UNIT} <:AbstractTrapezoidalLayout{UPLO,UNIT}endstruct TriangularLayout{UPLO,UNIT} <:AbstractTrapezoidalLayout{UPLO,UNIT}end
Hello,
I open this issue to discuss the implementation of
TrapezoidalLayout
, see (https://discourse.julialang.org/t/view-of-lowermatrix-is-not-working-with-ldiv-and-mul/44046/2). This will be helpful to performldiv!, mul!
on views of triangular matrices for instance.The text was updated successfully, but these errors were encountered: