Differences From Artifact [8cf3e05414]:
- File mttroot/mtt/lib/cc/mtt_dassl.cc — part of check-in [16431df012] at 2001-08-01 04:06:07 on branch origin/master — Added -i dassl for -cc and -oct. (user: geraint@users.sourceforge.net, size: 2028) [annotate] [blame] [check-ins using] [more...]
To Artifact [d41dae86e1]:
- File mttroot/mtt/lib/cc/mtt_dassl.cc — part of check-in [67b14533e7] at 2001-08-09 03:09:23 on branch origin/master — Fixed zeroing of initial guess of unknown inputs. (user: geraint@users.sourceforge.net, size: 2031) [annotate] [blame] [check-ins using] [more...]
︙ | |||
61 62 63 64 65 66 67 | 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 | - + | const ColumnVector openx = args(8).VECTOR_VALUE(); #endif // STANDALONE static DAEFunc fdae(mtt_residual); static ColumnVector XX (Nx+Nyz); XX.insert (x,0); |
︙ |