COPASI API  4.40.278
CCSPMethod Member List

This is the complete list of members for CCSPMethod, including all inherited members.

__SIZE enum valueCDataObject
add(CDataObject *pObject, const bool &adopt=true)CDataContainervirtual
addGroup(const std::string &name)CCopasiParameterGroup
addIssue(const CIssue &issue)CDataObject
addMatrixReference(const std::string &name, CType &reference, const CFlags< Flag > &flag=CFlags< Flag >::None)CDataContainerprotected
addObjectReference(const std::string &name, CType &reference, const CFlags< Flag > &flag=CFlags< Flag >::None)CDataContainerprotected
addParameter(const CCopasiParameter &parameter)CCopasiParameterGroup
addParameter(const std::string &name, const CCopasiParameter::Type type, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All)CCopasiParameterGroup
addParameter(const std::string &name, const CCopasiParameter::Type type, const CType &value, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All)CCopasiParameterGroupinline
addParameter(CCopasiParameter *pParameter)CCopasiParameterGroup
addReference(const CDataContainer *pReference)CDataObject
addVectorReference(const std::string &name, CType &reference, const CFlags< Flag > &flag=CFlags< Flag >::None)CDataContainerprotected
allocateValidValues(const Type &type, void *&pValidValues)CCopasiParameterstatic
allocateValue(const Type &type, void *&pValue)CCopasiParameterstatic
appendDeletedDependentData(CUndoData &undoData) constCDataContainervirtual
applyData(const CData &data, CUndoData::CChangeSet &changes)CCopasiParameterGroupvirtual
Array enum valueCDataObject
assertGroup(const std::string &name, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All)CCopasiParameterGroup
assertParameter(const std::string &name, const CCopasiParameter::Type type, const CType &defaultValue, const CCopasiParameter::UserInterfaceFlag &flag=CCopasiParameter::UserInterfaceFlag::All)CCopasiParameterGroupinline
assignDefault(const void *pDefault)CCopasiParameterprivate
assignValidValues(const void *pValidValues)CCopasiParameterprivate
assignValue(const Type &type, void *&pValue, const void *pNewValue)CCopasiParameterstatic
assignValue(const void *pValue)CCopasiParameterprivate
basisRefinement(C_INT N, C_INT M, const CMatrix< C_FLOAT64 > &ALA, const CMatrix< C_FLOAT64 > &TAU, CMatrix< C_FLOAT64 > &A, CMatrix< C_FLOAT64 > &B, CMatrix< C_FLOAT64 > &A0, CMatrix< C_FLOAT64 > &B0)CCSPMethodprotected
beginIndex() constCCopasiParameterGroup
beginName() constCCopasiParameterGroup
calculateDerivatives(C_FLOAT64 *X1, C_FLOAT64 *Y1, bool useReducedModel)CTSSAMethodprotected
calculateJacobian(C_INT &n, CVector< C_FLOAT64 > &y, CMatrix< C_FLOAT64 > &J)CCSPMethodprotected
calculateValue() overrideCDataObjectvirtual
CCopasiMethod()CCopasiMethodprivate
CCopasiMethod(const CDataContainer *pParent, const CTaskEnum::Method &methodType, const CTaskEnum::Task &taskType)CCopasiMethodprotected
CCopasiMethod(const CCopasiMethod &src)CCopasiMethodprotected
CCopasiMethod(const CCopasiMethod &src, const CDataContainer *pParent)CCopasiMethod
CCopasiParameter(const CCopasiParameter &src)CCopasiParameterprotected
CCopasiParameter()CCopasiParameterprivate
CCopasiParameter(const CCopasiParameter &src, const CDataContainer *pParent)CCopasiParameter
CCopasiParameter(const std::string &name, const Type &type, const void *pValue=NULL, const CDataContainer *pParent=NO_PARENT, const std::string &objectType="Parameter")CCopasiParameter
CCopasiParameterGroup()CCopasiParameterGroupprotected
CCopasiParameterGroup(const CCopasiParameterGroup &src, const CDataContainer *pParent=NULL)CCopasiParameterGroup
CCopasiParameterGroup(const std::string &name, const CDataContainer *pParent=NO_PARENT, const std::string &objectType="ParameterGroup")CCopasiParameterGroup
CCSPMethod()CCSPMethodprivate
CCSPMethod(const CDataContainer *pParent, const CTaskEnum::Method &methodType=CTaskEnum::Method::tssCSP, const CTaskEnum::Task &taskType=CTaskEnum::Task::tssAnalysis)CCSPMethod
CCSPMethod(const CCSPMethod &src, const CDataContainer *pParent)CCSPMethod
CDataContainer()CDataContainerprivate
CDataContainer(const CDataContainer &src)CDataContainerprotected
CDataContainer(const std::string &name, const CDataContainer *pParent=NO_PARENT, const std::string &type="CN", const CFlags< Flag > &flag=CFlags< Flag >::None)CDataContainer
CDataContainer(const CDataContainer &src, const CDataContainer *pParent)CDataContainer
CDataObject()CDataObjectprotected
CDataObject(const std::string &name, const CDataContainer *pParent=static_cast< CDataContainer * >((void *) 0), const std::string &type="CN", const CFlags< Flag > &flag=CFlags< Flag >::None)CDataObjectprotected
CDataObject(const CDataObject &src, const CDataContainer *pParent=NULL)CDataObject
clear()CCopasiParameterGroup
clearCallBack()CCopasiMethodvirtual
CObjectInterface()CObjectInterface
CObjectInterface(const CObjectInterface &src)CObjectInterface
const_name_iterator typedefCCopasiParameterGroup
Container enum valueCDataObject
ContainerList typedefCObjectInterface
createAnnotationsM()CCSPMethodvirtual
createUndoData(CUndoData &undoData, const CUndoData::Type &type, const CData &oldData=CData(), const CCore::Framework &framework=CCore::Framework::ParticleNumbers) constCCopasiParameterGroupvirtual
createValue()CCopasiParameterprivate
CSPImportanceIndex(C_INT &N, C_FLOAT64 &tauM1, CMatrix< C_FLOAT64 > &Q)CCSPMethodprotected
CSPOutput(C_INT &N, C_INT &M, C_INT &R)CCSPMethod
CSPParticipationIndex(C_INT &N, C_INT &M, C_FLOAT64 &tauM1, CMatrix< C_FLOAT64 > &B0)CCSPMethodprotected
CSPradicalPointer(C_INT &N, C_INT &M, CMatrix< C_FLOAT64 > &A, CMatrix< C_FLOAT64 > &B)CCSPMethodprotected
cspstep(const double &deltaT, C_INT &n, C_INT &m, CMatrix< C_FLOAT64 > &A, CMatrix< C_FLOAT64 > &B)CCSPMethodprotected
CTSSAMethod()CTSSAMethodprivate
CTSSAMethod(const CDataContainer *pParent, const CTaskEnum::Method &methodType, const CTaskEnum::Task &taskType=CTaskEnum::Task::tssAnalysis)CTSSAMethod
CTSSAMethod(const CTSSAMethod &src, const CDataContainer *pParent)CTSSAMethod
CUndoObjectInterface()CUndoObjectInterface
CUndoObjectInterface(const CUndoObjectInterface &src)CUndoObjectInterface
DataModel enum valueCDataObject
DataObject(const CObjectInterface *pInterface)CObjectInterfacestatic
DataObjectSet typedefCDataObject
deleteValidValues(const Type &type, void *&pValidValues)CCopasiParameterstatic
deleteValue(const Type &type, void *&pValue)CCopasiParameterstatic
destruct() overrideCDataObjectvirtual
DisplayName enum valueCDataObject
elements typedefCCopasiParameterGroup
elevateChildren()CTSSAMethodprotectedvirtual
EmptyListCDataContainerstatic
emptyOutputData(C_INT N, C_INT M, C_INT R)CCSPMethodprotected
emptyVectors()CCSPMethod
endIndex() constCCopasiParameterGroup
endName() constCCopasiParameterGroup
eUserInterfaceFlag enum nameCCopasiParameter
findCandidatesNumber(C_INT &n, C_INT &k, CVector< C_FLOAT64 > &tsc, C_INT &info)CCSPMethodprotected
findTimeScaleSeparation(C_INT &n, C_INT &k, CVector< C_FLOAT64 > &tsc, C_INT &info)CCSPMethodprotected
Flag enum nameCDataObject
fromData(const CData &data, CUndoObjectInterface *pParent)CCopasiParameterstatic
generateUuid()CUndoObjectInterface
getCallBack() constCCopasiMethod
getChildObjectUnits(const CDataObject *pObject) constCDataContainervirtual
getCN() const overrideCCopasiParametervirtual
getCurrentStep() constCTSSAMethod
getDataObject() const overrideCDataObjectvirtual
getDefault() constCCopasiParameterinline
getDescendants(CDataObject::DataObjectSet &descendants, const bool &recursive=false) constCDataContainer
getElementTemplates()CCopasiParameterGroup
getElementTemplates() constCCopasiParameterGroup
getFastParticipationIndexAnn() constCCSPMethod
getFastReactionPointerAnn() constCCSPMethod
getFastReactionPointerNormedAnn() constCCSPMethod
getGroup(const std::string &name)CCopasiParameterGroup
getGroup(const std::string &name) constCCopasiParameterGroup
getGroup(const size_t &index)CCopasiParameterGroup
getGroup(const size_t &index) constCCopasiParameterGroup
getImportanceIndexAnn() constCCSPMethod
getImportanceIndexNormedRowAnn() constCCSPMethod
getIndex(const CDataObject *pObject) constCCopasiParameterGroupvirtual
getIndex(const std::string &name) constCCopasiParameterGroup
getKey(const std::string &name) constCCopasiParameterGroup
getKey(const size_t &index) constCCopasiParameterGroup
CCopasiParameter::getKey() const overrideCCopasiParametervirtual
getMathContainer() constCCopasiMethod
getName(const size_t &index) constCCopasiParameterGroupvirtual
getObject(const CCommonName &cn) constCCopasiParameterGroupvirtual
getObjectAncestor(const std::string &type) constCDataObject
getObjectDataModel() constCDataObject
getObjectDisplayName() const overrideCCopasiParametervirtual
GetObjectFromCN(const ContainerList &listOfContainer, const CCommonName &objName)CObjectInterfacestatic
getObjectFromCN(const CCommonName &cn) constCDataObject
getObjectName() constCDataObject
getObjectParent() constCDataObject
getObjects() constCDataContainervirtual
getObjects()CDataContainervirtual
getObjectType() constCDataObject
getParameter(std::string name)CCopasiParameterGroup
getParameter(std::string name) constCCopasiParameterGroup
getParameter(const size_t &index)CCopasiParameterGroup
getParameter(const size_t &index) constCCopasiParameterGroup
getParticipationIndexAnn() constCCSPMethod
getParticipationIndexNormedColumnAnn() constCCSPMethod
getParticipationIndexNormedRowAnn() constCCSPMethod
getPrerequisites() const overrideCDataObjectvirtual
getRadicalPointerAnn() constCCSPMethod
getSlowParticipationIndexAnn() constCCSPMethod
getSubType() constCCopasiMethod
getTable(const std::string &name)CTSSAMethod
getTableNames() constCTSSAMethod
getTimeForStep(int step) constCTSSAMethod
getType() constCCopasiMethod
CCopasiParameterGroup::getType(const std::string &name) constCCopasiParameterGroup
CCopasiParameterGroup::getType(const size_t &index) constCCopasiParameterGroup
getUniqueParameterName(const CCopasiParameter *pParameter) constCCopasiParameterGroup
getUnits() const overrideCDataContainervirtual
getUserInterfaceFlag() constCCopasiParameter
getUuid() constCUndoObjectInterface
getValidity() const overrideCDataObjectvirtual
getValidValues() constCCopasiParameterinline
getValidValues()CCopasiParameterinline
getValidValuesPointer() constCCopasiParameter
getValue(const std::string &name) constCCopasiParameterGroupinline
getValue(const std::string &name)CCopasiParameterGroupinline
getValue(const size_t &index) constCCopasiParameterGroupinline
getValue(const size_t &index)CCopasiParameterGroupinline
CCopasiParameter::getValue() constCCopasiParameterinline
CCopasiParameter::getValue()CCopasiParameterinline
getValueObject() const overrideCDataContainervirtual
getValuePointer() const overrideCCopasiParametervirtual
getValueReference() constCCopasiParameter
getVec_TimeScale(int step)CTSSAMethod
Gui enum valueCDataObject
hasFlag(const Flag &flag) constCDataObject
hasValidValues() constCCopasiParameter
haveTemplate() constCCopasiParameterGroup
index_iterator typedefCCopasiParameterGroup
initializeOutput()CCSPMethodvirtual
initializeParameter()CCSPMethodvirtual
initObjects()CDataContainerprotected
insert(const CData &data)CCopasiParameterGroupvirtual
integrationMethodStart()CTSSAMethodprotected
integrationStep(const double &deltaT)CTSSAMethodprotected
inValidValues(const CType &value) constCCopasiParameterinlineprivate
isBasic() constCCopasiParameter
isBlockDiagonal(C_INT N, C_INT M, const CMatrix< C_FLOAT64 > &ALA, const C_FLOAT64 &SMALL)CCSPMethodprotected
isDefault() constCCopasiParameter
isEditable() constCCopasiParameter
isPrerequisiteForContext(const CObjectInterface *pObject, const CCore::SimulationContextFlag &context, const CObjectInterface::ObjectSet &changedObjects) const overrideCDataObjectvirtual
isUnsupported() constCCopasiParameter
isValidProblem(const CCopasiProblem *pProblem)CTSSAMethodvirtual
isValidValue(const C_FLOAT64 &value) constCCopasiParameter
isValidValue(const C_INT32 &value) constCCopasiParameter
isValidValue(const unsigned C_INT32 &value) constCCopasiParameter
isValidValue(const bool &value) constCCopasiParameter
isValidValue(const std::string &value) constCCopasiParameter
isValidValue(const CCommonName &value) constCCopasiParameter
isValidValue(const std::vector< CCopasiParameter * > &value) constCCopasiParameter
isValidValue(const CType &) constCCopasiParameterinline
load(CReadConfig &configBuffer, CReadConfig::Mode mode=CReadConfig::SEARCH)CCopasiMethodvirtual
mAerrorCCSPMethodprotected
mAggregateValidityCDataObjectprivate
mAmplitudeCCSPMethodprotected
map_index(C_FLOAT64 *eval_r, C_INT *index, const C_INT &dim)CTSSAMethodprotected
map_index_desc(C_FLOAT64 *eval_r, C_INT *index, const C_INT &dim)CTSSAMethodprotected
mapTableToNameCTSSAMethodprotected
mat_anal_fast_space(C_INT &slow)CTSSAMethodprotected
mat_anal_fast_space_thomas(C_INT &slow)CTSSAMethodprotected
mat_anal_metab(C_INT &slow)CTSSAMethodprotected
mat_anal_mod(C_INT &slow)CTSSAMethodprotected
mat_anal_mod_space(C_INT &slow)CTSSAMethodprotected
Matrix enum valueCDataObject
mBCCSPMethodprotected
mCfastCTSSAMethodprotected
mConcentration2NumberCTSSAMethodprotected
mContainerStateCTSSAMethodprotected
mCSPbasisCCSPMethodprotected
mCurrentStepCTSSAMethodprotected
mCurrentTimeCTSSAMethodprotected
mDimCTSSAMethodprotected
mDtolCTSSAMethodprotected
mEPSCTSSAMethodprotected
mEpsCCSPMethodprotected
mFastParticipationIndexCCSPMethodprotected
mFastParticipationIndexTabCCSPMethodprotected
mFastReactionPointerCCSPMethodprotected
mFastReactionPointerNormedCCSPMethodprotected
mFastReactionPointerNormedTabCCSPMethodprotected
mFastReactionPointerTabCCSPMethodprotected
mGCCSPMethodprotected
mICCSPMethodprotected
mImportanceIndexCCSPMethodprotected
mImportanceIndexNormedRowCCSPMethodprotected
mImportanceIndexNormedRowTabCCSPMethodprotected
mImportanceIndexTabCCSPMethodprotected
mIterCCSPMethodprotected
mJacobianCTSSAMethodprotected
mJacobian_initialCTSSAMethodprotected
mKeyCCopasiParameterprotected
mNumber2ConcentrationCTSSAMethodprotected
mObjectDisplayNameCDataObjectmutableprivate
mObjectFlagCDataObjectprivate
mObjectNameCDataObjectprivate
mObjectsCDataContainerprotected
mObjectTypeCDataObjectprivate
ModelEntity enum valueCDataObject
modesAmplitude(C_INT N, const CVector< C_FLOAT64 > &g, const CMatrix< C_FLOAT64 > &B, CMatrix< C_FLOAT64 > &F)CCSPMethodprotected
modesAreExhausted(C_INT N, C_INT M, C_FLOAT64 &tauM, C_FLOAT64 &tauM1, CVector< C_FLOAT64 > &g, const CMatrix< C_FLOAT64 > &A, const CMatrix< C_FLOAT64 > &B, CMatrix< C_FLOAT64 > &F)CCSPMethodprotected
mParticipationIndexCCSPMethodprotected
mParticipationIndexNormedColumnCCSPMethodprotected
mParticipationIndexNormedColumnTabCCSPMethodprotected
mParticipationIndexNormedRowCCSPMethodprotected
mParticipationIndexNormedRowTabCCSPMethodprotected
mParticipationIndexTabCCSPMethodprotected
mpContainerCCopasiMethodprotected
mpContainerStateTimeCTSSAMethodprotected
mpDefaultCCopasiParameterprotected
mpElementTemplatesCCopasiParameterGroupprivate
mpFirstSpeciesCTSSAMethodprotected
mpFirstSpeciesRateCTSSAMethodprotected
mpLsodaMethodCTSSAMethodprotected
mpObjectDisplayNameCDataObjectmutableprivate
mpObjectNameCDataObjectmutableprivate
mpObjectParentCDataObjectprivate
mpProblemCTSSAMethodprotected
mPrerequisitsCDataObjectprotected
mProcessReportCCopasiMethodprotected
mpUuidCUndoObjectInterfaceprivate
mpValidValuesCCopasiParameterprotected
mpValueCCopasiParameterprotected
mpValueReferenceCCopasiParametermutableprotected
mQCTSSAMethodprotected
mQ_descCTSSAMethodprotected
mQzCTSSAMethodprotected
mRCTSSAMethodprotected
mR_descCTSSAMethodprotected
mRadicalPointerCCSPMethodprotected
mRadicalPointerTabCCSPMethodprotected
mReducedModelCCSPMethodprotected
mReferencedValiditiesCDataObjectprivate
mReferencesCDataObjectprotected
mRerrorCCSPMethodprotected
mSetVectorsCCSPMethodprotected
mSlowCTSSAMethodprotected
mSlowParticipationIndexCCSPMethodprotected
mSlowParticipationIndexTabCCSPMethodprotected
mSubTypeCCopasiMethodprivate
mTaskTypeCCopasiMethodprivate
mTdCTSSAMethodprotected
mTd_saveCTSSAMethodprotected
mTdInverseCTSSAMethodprotected
mTdInverse_saveCTSSAMethodprotected
mTscCCSPMethodprotected
mTStepCCSPMethodprotected
mTypeCCopasiParameterprivate
mUserInterfaceFlagCCopasiParameterprotected
mUuidLockedCUndoObjectInterfaceprivate
mValidityCObjectInterfacemutableprotected
mVec_mFastParticipationIndexCCSPMethodprotected
mVec_mFastReactionPointerCCSPMethodprotected
mVec_mFastReactionPointerNormedCCSPMethodprotected
mVec_mImportanceIndexCCSPMethodprotected
mVec_mImportanceIndexNormedRowCCSPMethodprotected
mVec_mParticipationIndexCCSPMethodprotected
mVec_mParticipationIndexNormedColumnCCSPMethodprotected
mVec_mParticipationIndexNormedRowCCSPMethodprotected
mVec_mRadicalPointerCCSPMethodprotected
mVec_mSlowParticipationIndexCCSPMethodprotected
mVec_SlowModesCTSSAMethodprotected
mVec_TimeScaleCTSSAMethodprotected
mVfast_spaceCTSSAMethodprotected
mVslowCTSSAMethodprotected
mVslow_metabCTSSAMethodprotected
mVslow_spaceCTSSAMethodprotected
mYCCSPMethodprotected
mY_consCTSSAMethodprotected
mY_initialCTSSAMethodprotected
mYerrorCCSPMethodprotected
name_iterator typedefCCopasiParameterGroup
NameVector enum valueCDataObject
NonUniqueName enum valueCDataObject
objectMap typedefCDataContainer
objectRenamed(CDataObject *pObject, const std::string &oldName)CDataContainer
ObjectSet typedefCObjectInterface
operator=(const CCopasiMethod &rhs)CCopasiMethod
CCopasiParameterGroup::operator=(const CCopasiParameterGroup &rhs)CCopasiParameterGroup
CCopasiParameter::operator=(const CCopasiParameter &rhs)CCopasiParameter
orthog(C_INT &number1, C_INT &number2)CTSSAMethodprotected
pFastParticipationIndexAnnCCSPMethodprotected
pFastReactionPointerAnnCCSPMethodprotected
pFastReactionPointerNormedAnnCCSPMethodprotected
pImportanceIndexAnnCCSPMethodprotected
pImportanceIndexNormedRowAnnCCSPMethodprotected
pParticipationIndexAnnCCSPMethodprotected
pParticipationIndexNormedColumnAnnCCSPMethodprotected
pParticipationIndexNormedRowAnnCCSPMethodprotected
pRadicalPointerAnnCCSPMethodprotected
prerequisitsContains(const DataObjectSet &objects) constCDataObject
print(std::ostream *ostream) constCCopasiMethodvirtual
printResult(std::ostream *ostream) constCCSPMethodvirtual
pSlowParticipationIndexAnnCCSPMethodprotected
Reference enum valueCDataObject
refreshAggregateValidity()CDataObjectprivate
remove(CDataObject *pObject)CCopasiParameterGroupvirtual
removeIssue(const CIssue &issue)CDataObject
removeParameter(const std::string &name)CCopasiParameterGroup
removeParameter(const size_t &index)CCopasiParameterGroup
removeParameter(CCopasiParameter *pParameter)CCopasiParameterGroup
removeReference(const CDataContainer *pReference)CDataObject
Root enum valueCDataObject
sanitizeObjectName(std::string &name)CDataObjectstatic
schur(C_INT &info)CTSSAMethodprotected
schur_desc(C_INT &info)CTSSAMethodprotected
Separator enum valueCDataObject
setAnnotationM(size_t step)CCSPMethodvirtual
setCallBack(CProcessReportLevel callBack)CCopasiMethodvirtual
setDefault(const CType &defaultValue)CCopasiParameterinline
setDefault(const std::vector< CCopasiParameter * > &defaultValue)CCopasiParameter
setMathContainer(CMathContainer *pContainer)CCopasiMethod
setObjectName(const std::string &name)CDataObject
setObjectParent(const CDataContainer *pParent) overrideCCopasiParametervirtual
setProblem(CTSSAProblem *problem)CTSSAMethod
setUserInterfaceFlag(const UserInterfaceFlag &flag)CCopasiParameterGroupvirtual
setUuid(const xg::Guid &uuid)CUndoObjectInterface
setUuid(const std::string &uuid)CUndoObjectInterface
setValidValues(const std::vector< std::pair< CType, CType > > &validValues)CCopasiParameterinline
setValidValues(const CEnumAnnotation< CType, Enum > &validValues)CCopasiParameterinline
setValue(const std::string &name, const CType &value)CCopasiParameterGroupinline
setValue(const size_t &index, const CType &value)CCopasiParameterGroupinline
CCopasiParameter::setValue(const CType &value)CCopasiParameterinline
CCopasiParameter::setValue(const std::vector< CCopasiParameter * > &value)CCopasiParameter
setVectors(int fast)CCSPMethod
setVectorsToNaN()CCSPMethod
signalMathContainerChanged()CCopasiMethodprotectedvirtual
size(const UserInterfaceFlag &require=UserInterfaceFlag::None, const UserInterfaceFlag &exclude=UserInterfaceFlag::None) constCCopasiParameterGroup
smadd(const CMatrix< C_FLOAT64 > &A, const CMatrix< C_FLOAT64 > &B, CMatrix< C_FLOAT64 > &C, C_INT n1, C_INT n2)CCSPMethodprotected
sminverse(C_INT n, const CMatrix< C_FLOAT64 > &A, CMatrix< C_FLOAT64 > &B)CCSPMethodprotected
smmult(const CMatrix< C_FLOAT64 > &A, const CMatrix< C_FLOAT64 > &B, CMatrix< C_FLOAT64 > &C, C_INT n1, C_INT n2, C_INT n3)CCSPMethodprotected
smnorm(C_INT n, CMatrix< C_FLOAT64 > &A, CMatrix< C_FLOAT64 > &B, C_INT n1)CCSPMethodprotected
smsubst(const CMatrix< C_FLOAT64 > &A, const CMatrix< C_FLOAT64 > &B, CMatrix< C_FLOAT64 > &C, C_INT n1, C_INT n2)CCSPMethodprotected
start()CCSPMethodvirtual
StaticString enum valueCDataObject
step(const double &deltaT)CCSPMethodvirtual
swap(const size_t &iFrom, const size_t &iTo)CCopasiParameterGroup
swap(index_iterator &from, index_iterator &to)CCopasiParameterGroup
sylvester(C_INT slow, C_INT &info)CTSSAMethodprotected
tableNamesCTSSAMethodprotected
toData() constCCopasiParameterGroupvirtual
Type enum nameCCopasiParameter
TypeNameCCopasiParameterstatic
update_nid(C_INT *index, C_INT *nid, const C_INT &dim)CTSSAMethodprotected
update_pid(C_INT *index, C_INT *pid, const C_INT &dim)CTSSAMethodprotected
updateCurrentTime()CTSSAMethodprotectedvirtual
updateIndex(const size_t &index, const CUndoObjectInterface *pUndoObject)CCopasiParameterGroupvirtual
UserInterfaceFlag typedefCCopasiParameter
validityChanged(const CValidity &changedValidity) overrideCDataObjectvirtual
validityRemoved(const CValidity &changedValidity)CDataObject
ValueBool enum valueCDataObject
ValueDbl enum valueCDataObject
ValueInt enum valueCDataObject
ValueInt64 enum valueCDataObject
ValueString enum valueCDataObject
Vector enum valueCDataObject
XMLTypeCCopasiParameterstatic
yCorrection(C_INT &N, C_INT &M, CVector< C_FLOAT64 > &y, CMatrix< C_FLOAT64 > &TAUM, CMatrix< C_FLOAT64 > &F, CMatrix< C_FLOAT64 > &A)CCSPMethodprotected
~CCopasiMethod()CCopasiMethodvirtual
~CCopasiParameter()CCopasiParametervirtual
~CCopasiParameterGroup()CCopasiParameterGroupvirtual
~CCSPMethod()CCSPMethodvirtual
~CDataContainer()CDataContainervirtual
~CDataObject()CDataObjectvirtual
~CObjectInterface()CObjectInterfacevirtual
~CTSSAMethod()CTSSAMethodvirtual
~CUndoObjectInterface()CUndoObjectInterfacevirtual