Overview
| Comment: | Now packages up mtt_solve_lud OR mtt_solve_svd |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
1c85e9979639a14463054a36709c810c |
| User & Date: | gawthrop@users.sourceforge.net on 1999-10-26 23:44:36.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1999-10-26
| ||
| 23:45:30 |
Now calls mtt_solve instead of mtt_lud (mtt_lud is now called by mtt_solve) check-in: bb3161228e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 23:44:36 | Now packages up mtt_solve_lud OR mtt_solve_svd check-in: 1c85e99796 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 23:40:37 | Put small as a constant - now has same arg list as mtt_solve_lud check-in: 126fc22ab7 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/trans/p/mtt_solve.p
from [ce9463201c]
to [054ffa4011].
1 2 3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - + - + + + - - + + - - - + - - - - - - + - - - - - - - - - - - | PROCEDURE mtt_solve(VAR x : StateVector; A : StateMatrix; VAR B : StateVector; |