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.
The docs for
LinearAlgebra.hermitianpartstate that the behavior should be:Would it be possible to add an implementation of this method for
AbstractPolynomialLikeor similar? It seems natural to have since theadjointmethod on polynomials already exists.