Differences From Artifact [b44a93cb60]:
- File mttroot/mtt/lib/cc/mtt_Reduce_Solver.hh — part of check-in [6e5926c3aa] at 2001-06-05 03:20:40 on branch origin/numerical-algebraic-solution — added -ae option to select algebraic equation solution method. (user: geraint@users.sourceforge.net, size: 390) [annotate] [blame] [check-ins using] [more...]
To Artifact [64e757e6a7]:
- File mttroot/mtt/lib/cc/mtt_Reduce_Solver.hh — part of check-in [2364b84dcb] at 2001-07-13 03:07:59 on branch origin/numerical-algebraic-solution — Added dtors to Solvers (user: geraint@users.sourceforge.net, size: 419) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 |
const int ny,
const int nyz)
: Solver (ae,npar,nu,nx,ny,nyz)
{ ; };
void
Solve (void);
};
| > > | 16 17 18 19 20 21 22 23 24 25 26 27 |
const int ny,
const int nyz)
: Solver (ae,npar,nu,nx,ny,nyz)
{ ; };
void
Solve (void);
~Reduce_Solver (void) {};
};
|