COPASI API
4.16.103
|
#include <cmath>
#include "copasi.h"
#include "COptMethodCoranaWalk.h"
#include "COptProblem.h"
#include "COptItem.h"
#include "COptTask.h"
#include "parameterFitting/CFitProblem.h"
#include "report/CCopasiObjectReference.h"
#include "randomGenerator/CRandom.h"
Go to the source code of this file.
Macros | |
#define | K 1.0 |
#define | NS 5 |
#define | STORED 2 |
#define K 1.0 |
Definition at line 25 of file COptMethodCoranaWalk.cpp.
Referenced by CModel::calculateDerivatives(), CModel::calculateDerivativesX(), CMathModel::calculateRootDerivatives(), CMCAMethod::calculateUnscaledConcentrationCC(), CMCAMethod::calculateUnscaledFluxCC(), CLinkMatrix::leftMultiply(), COptMethodCoranaWalk::optimise(), and CLinkMatrix::rightMultiply().
#define NS 5 |
Definition at line 24 of file COptMethodCoranaWalk.cpp.
Referenced by COptMethodCoranaWalk::optimise().
#define STORED 2 |
Definition at line 23 of file COptMethodCoranaWalk.cpp.