Commit 54b3390
Oscar Smith
remove true_jacobian Broyden from default alg (#577)
This method is unlikely to be much better than normal Broyden or Klement and requires a pseudoinverse which is really bad for sparse jacobians. As such, this PR removes it when we aren't preferring the Simple algs1 parent 27c1f52 commit 54b3390
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | 75 | | |
77 | 76 | | |
78 | 77 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
0 commit comments