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
If x is an ndarray of objects that define a method "conjugate", then numpy.conjugate(x) takes the conjugate of each element, but x.conjugate() does nothing.
If x is an ndarray of objects that define a method "conjugate", then numpy.conjugate(x) takes the conjugate of each element, but x.conjugate() does nothing.
The text was updated successfully, but these errors were encountered: