Fix Newton homotopy definition
This commit is contained in:
@@ -60,7 +60,7 @@ class HomotopyGenerator:
|
||||
F_y = self._F_lambda(*received)
|
||||
|
||||
for f, f_y_i in zip(self._F, F_y):
|
||||
G.append(f - (1 - self.t) * f_y_i)
|
||||
G.append(f - f_y_i)
|
||||
|
||||
return sp.MutableMatrix(G)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user