Minsky
|
#include <variableValue.h>
Static Public Attributes | |
static std::vector< double, CIVITA_ALLOCATOR< double > > | stockVars |
vector of variables that are integrated via Runge-Kutta. These variables label the columns of the Godley table More... | |
static std::vector< double, CIVITA_ALLOCATOR< double > > | flowVars |
variables defined as a simple function of the stock variables, also known as lhs variables. These variables appear in the body of the Godley table More... | |
Definition at line 198 of file variableValue.h.
|
static |
variables defined as a simple function of the stock variables, also known as lhs variables. These variables appear in the body of the Godley table
Definition at line 206 of file variableValue.h.
Referenced by minsky::TensorEval::deriv(), minsky::TensorEval::eval(), minsky::Ravel::exportAsCSV(), and minsky::TensorVarVal::operator[]().
|
static |
vector of variables that are integrated via Runge-Kutta. These variables label the columns of the Godley table
Definition at line 202 of file variableValue.h.
Referenced by minsky::TensorEval::deriv(), and minsky::Ravel::exportAsCSV().