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
self._M = 2 * (self.G[:, self.partial_vars] - self.G[:, self.other_vars] @ (self._A_other_inv @ self._A_partial))
Can you tell me what this line of code does, I don't understand what it means
The text was updated successfully, but these errors were encountered:
self._M = 2 * (self.G[:, self.partial_vars] - self.G[:, self.other_vars] @ (self._A_other_inv @ self._A_partial))
Can you tell me what this line of code does, I don't understand what it means
The text was updated successfully, but these errors were encountered: