DC3
DC3 copied to clipboard
What does self._M stand for
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