Minsky: 3.17.0
|
#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 197 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 205 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 201 of file variableValue.h.
Referenced by minsky::TensorEval::deriv(), and minsky::Ravel::exportAsCSV().