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
Restrict triangular type aliases to AbstractMatrixes (#1220)
Simple change to restrict the type parameter in aliases such as
`UpperOrUnitUpperTriangular` to `AbstractMatrix`es. Since the struct
definitions impose the same condition, having this restriction on the
aliases avoids method ambiguities.
0 commit comments