Artifact f538a6f60b027254543f7afed064e88487ede910d92cbbdad9e81d80313e5e22:
- File mttroot/mtt/lib/cc/mtt_Reduce_Solver.cc — part of check-in [864c3c4711] at 2001-08-01 22:16:01 on branch origin/master — Return input vector unchanged so that dassl can do the hard stuff. (user: geraint@users.sourceforge.net, size: 439) [annotate] [blame] [check-ins using] [more...]
#include "mtt_Reduce_Solver.hh" void Reduce_Solver::Solve (void) { // std::cerr << "Error:" // << " Symbolic solution of equations failed during model build" << std::endl // << " Try using one of the other algebraic solution methods" << std::endl; } ColumnVector Reduce_Solver::solve (const ColumnVector &x, const ColumnVector &u, const double &t, const ColumnVector &par) { return u; }