Artifact effe0746c4dd3bfb1813f05c8a2d8ef97d523acb2c1ea50637c054e5d4a83358:
- File mttroot/mtt/lib/cc/mtt_Solver.cc — 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: 257) [annotate] [blame] [check-ins using] [more...]
#include "mtt_Solver.hh" MTT::Solver::Solver (const int npar, const int nu, const int nx, const int ny, const int nyz) { _np = npar; _nu = nu; _nx = nx; _ny = ny; _nyz = nyz; _uui = ColumnVector (_nu+_nyz); };