Differences From Artifact [d33ce07dea]:
- File mttroot/mtt/lib/cc/mtt_Solver.cc — 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: 660) [annotate] [blame] [check-ins using] [more...]
To Artifact [3335bb6d91]:
- File mttroot/mtt/lib/cc/mtt_Solver.cc — part of check-in [498c1e0b78] at 2001-06-26 01:06:59 on branch origin/numerical-algebraic-solution — Initial guess set to one. (user: geraint@users.sourceforge.net, size: 660) [annotate] [blame] [check-ins using] [more...]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | - + | const double &t, const ColumnVector &par) { _x = x; _uui.insert(u,0); _t = t; _par = par; |
︙ |