Differences From Artifact [6b5fc39cda]:
- File mttroot/mtt/lib/cc/mtt_AlgebraicSolver.hh — part of check-in [b94fab9d42] at 2001-08-08 02:15:00 on branch origin/master — Rationalisation of solver code, beginning with algebraic solvers. (user: geraint@users.sourceforge.net, size: 771) [annotate] [blame] [check-ins using] [more...]
To Artifact [83ec09b7aa]:
- File mtt/lib/cc/mtt_AlgebraicSolver.hh — part of check-in [af3953deae] at 2021-03-01 11:39:42 on branch master — Cleanup repository after cvs2git conversion. (user: jeff@gridfinity.com, size: 790) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/cc/mtt_AlgebraicSolver.hh — part of check-in [5f9fba536f] at 2002-07-11 13:00:23 on branch origin/master — Declared more function arguments to be "const" - improves compiler optimisation. (user: geraint@users.sourceforge.net, size: 790) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
36 37 38 39 40 41 42 |
virtual void
Solve (void) = 0;
};
}
extern ColumnVector
| | | | | | 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
virtual void
Solve (void) = 0;
};
}
extern ColumnVector
mtt_ae(const ColumnVector &x,
const ColumnVector &u,
const double &t,
const ColumnVector &par);
#endif // MTT_ALGEBRAICSOLVER
|