Differences From Artifact [da2fe34a04]:
- File mttroot/mtt/lib/cc/mtt_HJ_Solver.hh — part of check-in [6e5926c3aa] at 2001-06-05 03:20:40 on branch origin/numerical-algebraic-solution — added -ae option to select algebraic equation solution method. (user: geraint@users.sourceforge.net, size: 899) [annotate] [blame] [check-ins using] [more...]
To Artifact [0452c911f4]:
- File mttroot/mtt/lib/cc/mtt_HJ_Solver.hh — part of check-in [2364b84dcb] at 2001-07-13 03:07:59 on branch origin/numerical-algebraic-solution — Added dtors to Solvers (user: geraint@users.sourceforge.net, size: 924) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | const int nyz) : Solver (ae,npar,nu,nx,ny,nyz) { static_ptr = this; VARS = nyz; }; static double f (double tryUi[], int nyz); protected: void Solve (void); double best_nearby (double delta[], | > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | const int nyz) : Solver (ae,npar,nu,nx,ny,nyz) { static_ptr = this; VARS = nyz; }; static double f (double tryUi[], int nyz); ~HJ_Solver (void) {}; protected: void Solve (void); double best_nearby (double delta[], |
︙ | ︙ |