#include "rge.h"
Functions | |
DoubleVector | allDerivs (double x, const DoubleVector &y) |
Revision 1.12 2003/12/18 16:32:05 allanach Cleaned up and corrected assumed accuracy of running
Revision 1.11 2003/10/28 13:58:32 allanach Bug-fixed running to negative scales
Revision 1.10 2003/10/27 15:40:58 allanach If you try to run to a negative number, it will evolve to the absolute magnitude of the scale
Revision 1.9 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.8 2003/02/21 13:02:07 allanach Changed headings to new conventions
Revision 1.7 2002/10/22 13:14:01 allanach Bug fixed
Revision 1.6 2002/09/09 10:42:54 allanach TOLERANCE replaces EPS as being more user-friendly
Revision 1.5 2002/09/04 13:54:54 allanach Gauge unification condition now imposed if mx is input as negative
Revision 1.4 2002/09/03 14:30:46 allanach Got rid of superfluous extern statements
Revision 1.3 2002/09/03 14:16:44 allanach Taken PRINTOUT, MIXING, TOLERANCE out of def.h to make it quicker to compile once they are changed.
Revision 1.2 2001/07/18 14:42:51 allanach Added proper header info
|
Runge-Kutte user defined routine: given log renorm scale x and the dependent variables y of an RGE, will calculate the derivitives dydx. |