COPASI API
4.40.278
|
#include <CMathDerive.h>
Public Member Functions | |
CMathDerive (const CMathContainer *pContainer, size_t fun, size_t var) | |
const CEvaluationNode * | getRootNode () |
just for testing More... | |
Private Member Functions | |
void | initOneVar (size_t fun, size_t var) |
Private Attributes | |
const CMathContainer * | mpContainer |
CEvaluationNode * | mpRootNode |
This class contains all the information that is needed to calculate derivatives in a CMathContainer. When initialised (through a constructor) it sets up the expression for symbolic derivatives and also determines whether the derivative is constant (so that it is not reevaluated during simulations)
CMathDerive::CMathDerive | ( | const CMathContainer * | pContainer, |
size_t | fun, | ||
size_t | var | ||
) |
References initOneVar().
const CEvaluationNode * CMathDerive::getRootNode | ( | ) |
just for testing
References mpRootNode.
|
private |
|
private |
Referenced by initOneVar().
|
private |
Referenced by getRootNode().