Minsky
equations.cc File Reference
#include "minsky.h"
#include "equations.h"
#include "expr.h"
#include "str.h"
#include "flowCoef.h"
#include "userFunction.h"
#include "minskyTensorOps.h"
#include "minsky_epilogue.h"
Include dependency graph for equations.cc:

Go to the source code of this file.

Classes

struct  MathDAG::anonymous_namespace{equations.cc}::VariableDefOrder
 
struct  MathDAG::anonymous_namespace{equations.cc}::NoArgument
 

Namespaces

 MathDAG
 
 MathDAG::anonymous_namespace{equations.cc}
 

Functions

bool MathDAG::anonymous_namespace{equations.cc}::addTensorOp (const shared_ptr< VariableValue > &result, OperationDAGBase &nodeOp, EvalOpVector &ev)
 
void MathDAG::anonymous_namespace{equations.cc}::cumulate (EvalOpVector &ev, const ItemPtr &state, VariableValuePtr &r, const vector< vector< VariableValuePtr > > &argIdx, OperationType::Type op, OperationType::Type accum, double groupIdentity)
 

Variables

OperationFactory< OperationDAGBase, OperationDAG, OperationType::numOps-1 > MathDAG::anonymous_namespace{equations.cc}::operationDAGFactory