Differences From Artifact [652bf845ed]:
- Executable file mttroot/mtt/cc/include/useful-functions.hh — part of check-in [6e5926c3aa] at 2001-06-05 03:20:40 on branch origin/numerical-algebraic-solution — added -ae option to select algebraic equation solution method. (user: geraint@users.sourceforge.net, size: 1385) [annotate] [blame] [check-ins using] [more...]
To Artifact [7422411f93]:
- Executable file mttroot/mtt/cc/include/useful-functions.hh — part of check-in [f80e872abe] at 2001-06-30 03:26:20 on branch origin/numerical-algebraic-solution — gcc-3.0 compatibility. (user: geraint@users.sourceforge.net, size: 1390) [annotate] [blame] [check-ins using] [more...]
︙ | |||
45 46 47 48 49 50 51 | 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | - + | static ColumnVector nozeros (const ColumnVector v0, const double tol = 0.0) { ColumnVector v (v0.length ()); register int i, j; for (i = j = 0; i < v.length (); i++) |
︙ |