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
carry out (c)transpose in Ax_mul_Bx methods for Hermitian and Symmetric
- Symmetric and Hermitian{<:Real} are invariant to transpose so it is a no-op
- ctranspose(Hermitian{<:Complex}) is faster to carry out then ending up in generic_matmatmul
- Hermitian and Symmetric{<:Real} are invariant to ctranspose so it is a no-op
- transpose(Hermitian{<:Complex}) is faster to carry out then ending up in generic_matmatmul
0 commit comments