Fix Newton homotopy definition
This commit is contained in:
parent
5529cd92cc
commit
ad274699a3
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user