Minsky
minsky::ValueVector Struct Reference

#include <variableValue.h>

Inheritance diagram for minsky::ValueVector:
Inheritance graph
Collaboration diagram for minsky::ValueVector:
Collaboration graph

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...
 

Detailed Description

Definition at line 198 of file variableValue.h.

Member Data Documentation

◆ flowVars

std::vector< double, CIVITA_ALLOCATOR< double > > minsky::ValueVector::flowVars
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[]().

◆ stockVars

std::vector< double, CIVITA_ALLOCATOR< double > > minsky::ValueVector::stockVars
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().


The documentation for this struct was generated from the following files: