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
outer(v, v) output should be automatically wrapped in SymmetricTensor for convenience. No need to worry about e.g. A @ A.T, which the user should rewrite as an einsum (which then should detect the symmetry).
outer(v, v)output should be automatically wrapped inSymmetricTensorfor convenience. No need to worry about e.g.A @ A.T, which the user should rewrite as an einsum (which then should detect the symmetry).