COPASI API
4.16.103
|
#include <CSensMethod.h>
Public Attributes | |
size_t | index |
CCopasiArray | tmp1 |
CCopasiArray | tmp2 |
std::vector< CCopasiObject * > | variables |
Definition at line 34 of file CSensMethod.h.
size_t CSensMethodLocalData::index |
holds the index in the index array corresponding to the given level. I.e. which dimension of the result array the variables correspond to.
Definition at line 46 of file CSensMethod.h.
CCopasiArray CSensMethodLocalData::tmp1 |
Definition at line 37 of file CSensMethod.h.
CCopasiArray CSensMethodLocalData::tmp2 |
Definition at line 38 of file CSensMethod.h.
std::vector<CCopasiObject*> CSensMethodLocalData::variables |
Definition at line 40 of file CSensMethod.h.