Artifact 7c4f7ecef38c465da22c0fc0f5356822cbdbc79003b76624f17fa7c75ffa6bb7:
- File mtt/lib/cc/mtt_noAlgebraicSolver.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: 268) [annotate] [blame] [check-ins using] [more...]
- File mttroot/mtt/lib/cc/mtt_noAlgebraicSolver.cc — part of check-in [aa6be937ea] at 2004-08-28 23:50:59 on branch origin/master — Dummy class for use when -ae is not specified as an option. (user: geraint@users.sourceforge.net, size: 268) [annotate] [blame] [check-ins using]
#include "mtt_noAlgebraicSolver.hh" void MTT::noAlgebraicSolver::Solve (void) { ; } ColumnVector MTT::noAlgebraicSolver::solve (const ColumnVector &x, const ColumnVector &u, const double &t, const ColumnVector &par) { return u; }