mirror of
https://github.com/xibyte/jsketcher
synced 2026-02-16 04:16:22 +01:00
multi solve
This commit is contained in:
parent
8a4ecd5e1d
commit
586be4bc7a
1 changed files with 1 additions and 0 deletions
|
|
@ -248,6 +248,7 @@ public class App2DCtrl implements Initializable {
|
|||
// }
|
||||
|
||||
double eps = 0.0001;
|
||||
System.out.println("Solve system with error: " + subSystem.errorSquared());
|
||||
while (subSystem.errorSquared() > eps) {
|
||||
solveLM_COMMONS(subSystem);
|
||||
// Solver.solve_LM(subSystem);
|
||||
|
|
|
|||
Loading…
Reference in a new issue