Overview
| Comment: | Rationalisation of solver code, fixed ctors. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
ddee3fea105631a7764f46bb69d0beca |
| User & Date: | geraint@users.sourceforge.net on 2001-08-08 03:16:08.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
2001-08-09
| ||
| 03:09:23 | Fixed zeroing of initial guess of unknown inputs. check-in: 67b14533e7 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
|
2001-08-08
| ||
| 03:16:08 | Rationalisation of solver code, fixed ctors. check-in: ddee3fea10 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
| 02:15:00 | Rationalisation of solver code, beginning with algebraic solvers. check-in: b94fab9d42 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/cc/mtt_Hybrd_Solver.cc
from [c09f3d3f20]
to [83e5c993ac].
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - - - - - - - - - | #include "mtt_Hybrd_Solver.hh" // http://www.netlib.org/minpack/hybrd.f // used by Octave's fsolve MTT::Hybrd_Solver *MTT::Hybrd_Solver::static_ptr; |
| ︙ |
Modified mttroot/mtt/lib/cc/mtt_Hybrd_Solver.hh
from [3fc28c8a1a]
to [dbef8ec549].
| ︙ | |||
17 18 19 20 21 22 23 | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + + + + |
public:
Hybrd_Solver (const int npar,
const int nu,
const int nx,
const int ny,
const int nyz)
|
| ︙ |