Overview
Comment: | Implicit integration - c implemetation now included. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d6b93f19e6814d28d3f495e197bdb94a |
User & Date: | gawthrop@users.sourceforge.net on 1998-08-12 14:15:13 |
Other Links: | branch diff | manifest | tags |
Context
1998-08-12
| ||
15:21:12 | Added type definition for the SVD procedures check-in: c7dffab088 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:15:13 | Implicit integration - c implemetation now included. check-in: d6b93f19e6 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:14:18 | Added pretty heading and explicitly include p2c header. check-in: 210345de18 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mtt from [192a285bcc] to [dcbb7f68fd].
︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.178 1998/08/11 13:38:35 peterg ## Zapped the obsolete args stuff ## ## Revision 1.177 1998/07/30 17:32:44 peterg ## VERSION 3.0 ## ## Revision 1.176 1998/07/27 20:25:15 peterg | > > > | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Copyright (c) P.J.Gawthrop, 1989, 1990, 1991, 1993, 1994, 1995, 1996. ############################################################### ## Version control history ############################################################### ## $Header$ ## $Log$ ## Revision 1.179 1998/08/12 12:29:18 peterg ## Put back some of the args stuff -- needed for plots. ## ## Revision 1.178 1998/08/11 13:38:35 peterg ## Zapped the obsolete args stuff ## ## Revision 1.177 1998/07/30 17:32:44 peterg ## VERSION 3.0 ## ## Revision 1.176 1998/07/27 20:25:15 peterg |
︙ | ︙ | |||
1683 1684 1685 1686 1687 1688 1689 | mtt_m2p $1_switch.m $1_ode2odes.p : $1_ode2odes.m $1_def.r\ $1_simpar.p $1_numpar.p $1_state.p $1_input.p \ $1_ode.p $1_odeo.p $1_switch.p $1_smx.p\ mtt_write.p mtt_update.p sign.p zeros.p mtt_m2p $1_ode2odes.m | | | 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 | mtt_m2p $1_switch.m $1_ode2odes.p : $1_ode2odes.m $1_def.r\ $1_simpar.p $1_numpar.p $1_state.p $1_input.p \ $1_ode.p $1_odeo.p $1_switch.p $1_smx.p\ mtt_write.p mtt_update.p sign.p zeros.p mtt_m2p $1_ode2odes.m $1_ode2odes.c: $1_ode2odes.p mtt_p2c $info_switch $1 ode2odes #SUMMARY obs observer equations for CGPC (r) #SUMMARY obs observer equations for CGPC (m) #SUMMARY obs observer equations for CGPC (tex) #SUMMARY obs observer equations for CGPC (view) #SUMMARY obs observer equations for CGPC (ps) |
︙ | ︙ | |||
2161 2162 2163 2164 2165 2166 2167 2168 2169 | $1_$2.vc: RCS echo Version control on $1_$2.$VCext ci -I $1_$2.$VCext </dev/tty ; co -l $1_$2.$VCext # Copy Pascal utilities sign.p: echo Copying sign.p; cp $MTTPATH/trans/p/sign.p . mtt_write.p: echo Copying mtt_write.p; cp $MTTPATH/trans/p/mtt_write.p . | > > > > | > > < < | 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 | $1_$2.vc: RCS echo Version control on $1_$2.$VCext ci -I $1_$2.$VCext </dev/tty ; co -l $1_$2.$VCext # Copy Pascal utilities sign.p: echo Copying sign.p; cp $MTTPATH/trans/p/sign.p . svdcmp.p: echo Copying svdcmp.p; cp $MTTPATH/trans/p/svdcmp.p . svbksb.p: echo Copying svbksb.p; cp $MTTPATH/trans/p/svbksb.p . mtt_write.p: echo Copying mtt_write.p; cp $MTTPATH/trans/p/mtt_write.p . mtt_update.p: mtt_solve.p echo Copying mtt_update.p; cp $MTTPATH/trans/p/mtt_update.p . mtt_solve.p: svdcmp.p svbksb.p echo Copying mtt_solve.p; cp $MTTPATH/trans/p/mtt_solve.p . zeros.p: echo Copying zeros.p; cp $MTTPATH/trans/p/zeros.p . # Copy c utilities dsvdcmp.c: dpythag.c nrutil.c nrutil.h echo Copying dsvdcmp.c; cp $MTTPATH/trans/c/dsvdcmp.c . dpythag.c: echo Copying dpythag.c; cp $MTTPATH/trans/c/dpythag.c . nrutil.c: |
︙ | ︙ |