DC3 icon indicating copy to clipboard operation
DC3 copied to clipboard

What does self._M stand for

Open GodeWithWind opened this issue 1 year ago • 0 comments

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

GodeWithWind avatar Apr 19 '23 02:04 GodeWithWind