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
Using the standard Julia type hierarchy limits people to do <: Number when defining a type, but this is not generally doable for generic codes. I wonder if we can use isreal, iscomplex, isscalar, ismatrix, etc to do the dispatch.