#include "def.h"
#include "utils.h"
#include "linalg.h"
#include "numerics.h"
Classes | |
class | RGE |
Describes a set of parameters and RGEs in general. More... | |
Functions | |
DoubleVector | allDerivs (double, const DoubleVector &) |
Revision 1.2 2005/05/30 14:22:14 allanach Fixed stau mixing in ISAWIG interface to 7.64
Revision 1.1.1.1 2004/11/19 16:18:31 allanach
Revision 1.8 2004/01/15 13:54:54 allanach New heaer style implemented
Revision 1.7 2003/12/18 16:32:05 allanach Cleaned up and corrected assumed accuracy of running
Revision 1.6 2003/05/20 15:19:40 allanach doxygen comment style implemented
Revision 1.5 2003/02/21 13:02:07 allanach Changed headings to new conventions
Revision 1.4 2002/09/03 14:16:44 allanach Taken PRINTOUT, MIXING, EPS out of def.h to make it quicker to compile once they are changed.
Revision 1.3 2002/04/13 15:51:01 allanach Starting to implement anomalous dimensions and beta functions
Revision 1.3 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. |