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
The docs for LinearAlgebra.hermitianpart state that the behavior should be:
hermitianpart(A) = (A + A') /2
Would it be possible to add an implementation of this method for AbstractPolynomialLike or similar? It seems natural to have since the adjoint method on polynomials already exists.