Overview
Comment: | Added Make to list of copied files. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
0cdf110934cb335b679216364e081677 |
User & Date: | gawthrop@users.sourceforge.net on 2000-05-10 09:38:58 |
Other Links: | branch diff | manifest | tags |
Context
2000-05-10
| ||
18:33:25 | Use smxa and smxax in place of smx check-in: 4afd334064 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
09:38:58 | Added Make to list of copied files. check-in: 0cdf110934 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2000-05-02
| ||
15:20:44 | reduce --> $SYMBOLIC check-in: d76010e00e user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [8b74c876c1] to [9fa2c5a807].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | + + + | # Copyright (C) 2000 by Peter J. Gawthrop ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.239 2000/04/11 18:08:33 peterg ## Fixed cse.tex bug ## ## Revision 1.238 2000/04/10 10:06:41 peterg ## Sorted out implicit rules for p2oct conversion ## ## Revision 1.237 2000/04/07 19:10:24 peterg ## New smxa and smxax reps ## ## Revision 1.236 2000/04/06 10:55:36 peterg |
︙ | |||
1403 1404 1405 1406 1407 1408 1409 | 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 | - + | if [ -n "$DIFF" ]; then mv $1_args.new $1_args.m fi # Tidy mode - operate in the directory MTT-work if [ "$tidy" = "tidy" ]; then mkdir -p MTT_work |
︙ | |||
1942 1943 1944 1945 1946 1947 1948 | 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 | - + | #Constrained-state equations $1_cse.r: $1_dae.r $1_def.r $1_sympar.r $1_subs.r dae2cse_r $Solve $1; tidy $1_cse.r $1_subs.r #$1_cse.m: $1_def.r $1_cse.r $1_sympar.r $1_subs.r # cse_r2m $1; matlab_tidy $1_cse.m $1_cse.m: $1_def.m $1_cse.r $1_sympars.txt |
︙ | |||
2195 2196 2197 2198 2199 2200 2201 | 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 | - + | #SUMMARY smx state matrices with variable state x (m) #SUMMARY smxx Sparse computation of Ax (m) #SUMMARY smxtx Sparse computation of ATx (m) $1_smx.r: $1_def.r $1_def.m $1_ode.r $1_subs.r ode2smx_lang $1 r; tidy $1_smx.r $1_smx.m: $1_def.r $1_def.m $1_cse.r $1_sympars.txt $1_subs.r |
︙ |