Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinearAlgebra.hermitian is incorrect #3692

Closed
blegat opened this issue Feb 29, 2024 · 0 comments · Fixed by #3693
Closed

LinearAlgebra.hermitian is incorrect #3692

blegat opened this issue Feb 29, 2024 · 0 comments · Fixed by #3693

Comments

@blegat
Copy link
Member

blegat commented Feb 29, 2024

LinearAlgebra.hermitian(scalar::AbstractJuMPScalar, ::Symbol) = adjoint(scalar)

doesn't seem to match the docstring of LinearAlgebra.hermitian:

If A is a Number, its real part is returned converted back to the input type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant