Overview
Comment: | Changed initial solver value from 1.0 to 0.0. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9b3e5aebaa94b693bb0548dab8cc7214 |
User & Date: | geraint@users.sourceforge.net on 2002-03-26 12:06:16 |
Other Links: | branch diff | manifest | tags |
Context
2002-03-26
| ||
12:10:04 | Improved message format, directed to file (MTT.Hybrd_messages). check-in: 645637041f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
12:06:16 | Changed initial solver value from 1.0 to 0.0. check-in: 9b3e5aebaa user: geraint@users.sourceforge.net tags: origin/master, trunk | |
12:05:27 | Escaped characters to eliminate awk warnings. check-in: 756c48f328 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/cc/mtt_AlgebraicSolver.cc from [04698e6717] to [ab49594ff5].
︙ | ︙ | |||
9 10 11 12 13 14 15 | { if (_nyz > 0) { _x = x; _uui.insert(u,0); _t = t; _par = par; | | | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | { if (_nyz > 0) { _x = x; _uui.insert(u,0); _t = t; _par = par; _ui = ColumnVector(_nyz,0.0); Solve(); _uui.insert(_ui,_nu); } else { _uui = u; } |
︙ | ︙ |