Artifact b7f38e13b6b3f32b815c4e3594e23fcf333942d6f49cbb07e7616f328f436303:
- File mtt/lib/cc/mtt_Reduce_Solver.cc — 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: 244) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/cc/mtt_Reduce_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: 244) [annotate] [blame] [check-ins using]
#include "mtt_Reduce_Solver.hh" void MTT::Reduce_Solver::Solve (void) { ; } ColumnVector MTT::Reduce_Solver::solve (const ColumnVector &x, const ColumnVector &u, const double &t, const ColumnVector &par) { return u; }