COPASI API
4.16.103
|
This is the complete list of members for CNormalTranslation, including all inherited members.
createChain(const CEvaluationNode *pLink, const CEvaluationNode *pNeutralElement, const std::vector< const CEvaluationNode * > &elements) | CNormalTranslation | static |
createChain(const CEvaluationNode *pLink, const CEvaluationNode *pNeutralElement, const std::vector< CEvaluationNode * > &elements) | CNormalTranslation | static |
createOperatorChain(CEvaluationNodeOperator::SubType type, const char *data, const std::vector< CEvaluationNode * > &nodes) | CNormalTranslation | static |
createOperatorChain(CEvaluationNodeOperator::SubType type, const char *data, const std::vector< const CEvaluationNode * > &nodes) | CNormalTranslation | static |
elementaryElimination(CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
elementaryEliminationDivide(const CEvaluationNode *pDivideNode) | CNormalTranslation | protectedstatic |
elementaryEliminationFunction(const CEvaluationNode *pFunctionNode) | CNormalTranslation | protectedstatic |
elementaryEliminationMinus(const CEvaluationNode *pMinusNode) | CNormalTranslation | protectedstatic |
elementaryEliminationModulus(const CEvaluationNode *pModulusNode) | CNormalTranslation | protectedstatic |
elementaryEliminationMultiply(const CEvaluationNode *pMultiplyNode) | CNormalTranslation | protectedstatic |
elementaryEliminationPlus(const CEvaluationNode *pPlusNode) | CNormalTranslation | protectedstatic |
elementaryEliminationPower(const CEvaluationNode *pPowerNode) | CNormalTranslation | protectedstatic |
eliminate(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
eliminateDirectlyNestedFractions(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
eliminateNestedPowers(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
eliminatePowersOfFractions(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
expandPowerBases(const CEvaluationNode *pRoot) | CNormalTranslation | static |
expandPowerExponents(const CEvaluationNode *pRoot) | CNormalTranslation | static |
expandPowerNodes(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
expandProducts(const CEvaluationNode *pOrig) | CNormalTranslation | static |
factorize(const std::vector< CEvaluationNode * > &additions, const std::vector< CEvaluationNode * > &subtractions) | CNormalTranslation | protectedstatic |
findNegativeNumbers(std::vector< const CEvaluationNode * > &v1, std::vector< CEvaluationNode * > &v2) | CNormalTranslation | protectedstatic |
findSummands(const CEvaluationNode *pRoot, std::vector< const CEvaluationNode * > &summands) | CNormalTranslation | static |
has_duplicate_nodes(const CEvaluationNode *pNode) | CNormalTranslation | static |
matchPowerBases(const std::vector< const CEvaluationNode * > &multiplications, const std::vector< const CEvaluationNode * > &divisions) | CNormalTranslation | protectedstatic |
matchSummands(const std::vector< CEvaluationNode * > &additions, const std::vector< CEvaluationNode * > &subtractions) | CNormalTranslation | protectedstatic |
matchSummands(const std::vector< const CEvaluationNode * > &additions, const std::vector< const CEvaluationNode * > &subtractions) | CNormalTranslation | protectedstatic |
multiply(const CEvaluationNode *pNode1, const CEvaluationNode *pNode2) | CNormalTranslation | protectedstatic |
NEUTRAL_ELEMENT_ADD | CNormalTranslation | static |
NEUTRAL_ELEMENT_AND | CNormalTranslation | static |
NEUTRAL_ELEMENT_MULTIPLY | CNormalTranslation | static |
NEUTRAL_ELEMENT_OR | CNormalTranslation | static |
newCancel(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
newEvaluateNumbers(const CEvaluationNode *pOrig) | CNormalTranslation | static |
normAndSimplify(const CEvaluationNode *root0) | CNormalTranslation | static |
normAndSimplifyReptdly(const CEvaluationTree *tree0, unsigned int depth=0) | CNormalTranslation | static |
normAndSimplifyReptdly(const CEvaluationNode *tree0, unsigned int depth=0) | CNormalTranslation | static |
ONE_NODE | CNormalTranslation | static |
order(const CEvaluationNode *pRoot, std::list< const CEvaluationNode * > &orderList) | CNormalTranslation | protectedstatic |
PLUS_NODE | CNormalTranslation | static |
printPointers(const CEvaluationNode *pNode, const char *indent="") | CNormalTranslation | protectedstatic |
product2fraction(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
RECURSION_LIMIT | CNormalTranslation | protectedstatic |
simplify(const CEvaluationNode *pOrig) | CNormalTranslation | protectedstatic |
simplifyTree(const CEvaluationNode *node) | CNormalTranslation | static |
simplifyTreeReptdly(const CEvaluationNode *root0) | CNormalTranslation | static |
splitProduct(const CEvaluationNode *pRoot, std::vector< const CEvaluationNode * > &multiplications, std::vector< const CEvaluationNode * > &divisions, bool division) | CNormalTranslation | static |
splitSum(const CEvaluationNode *pRoot, std::vector< CEvaluationNode * > &additions, std::vector< CEvaluationNode * > &substractions, bool minus) | CNormalTranslation | static |
splitSum(const CEvaluationNode *pRoot, std::vector< const CEvaluationNode * > &additions, std::vector< const CEvaluationNode * > &substractions, bool minus) | CNormalTranslation | static |
swapNegativeNumbers(std::vector< CEvaluationNode * > &v1, std::vector< CEvaluationNode * > &v2) | CNormalTranslation | protectedstatic |
TIMES_NODE | CNormalTranslation | static |
ZERO | CNormalTranslation | protectedstatic |
ZERO_NODE | CNormalTranslation | static |