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
whereas they should yield sparse matrices when: (1) a non-annotated matrix/vector argument to the concatenation function is sparse or special; (2) an annotated matrix argument is a sparse or special matrix; or (3) both (1) and (2). Cross reference #15172 and #16722. Best!
The text was updated successfully, but these errors were encountered:
Ref. #17660. Concatenations involving matrix annotation types (
<:AbstractTriangular
,Symmetric
,Hermitian
) yield dense matrices, e.g.whereas they should yield sparse matrices when: (1) a non-annotated matrix/vector argument to the concatenation function is sparse or special; (2) an annotated matrix argument is a sparse or special matrix; or (3) both (1) and (2). Cross reference #15172 and #16722. Best!
The text was updated successfully, but these errors were encountered: