|
Minsky: 3.17.0
|
A place to store common data shared between TensorVarVals within a give calculation. More...
#include <minskyTensorOps.h>

Public Member Functions | |
| double * | flowVars () const |
| std::size_t | fvSize () const |
| const double * | stockVars () const |
| ITensor::Timestamp | timestamp () const |
| void | update (double *fv, std::size_t n, const double *sv) |
| initialise flow and stock var array pointers More... | |
Private Attributes | |
| double * | m_flowVars =nullptr |
| std::size_t | m_fvSize =0 |
| const double * | m_stockVars =nullptr |
| ITensor::Timestamp | m_timestamp |
A place to store common data shared between TensorVarVals within a give calculation.
Definition at line 35 of file minskyTensorOps.h.
|
inline |
Definition at line 42 of file minskyTensorOps.h.
|
inline |
Definition at line 43 of file minskyTensorOps.h.
|
inline |
Definition at line 44 of file minskyTensorOps.h.
|
inline |
Definition at line 45 of file minskyTensorOps.h.
|
inline |
initialise flow and stock var array pointers
| fv | - pointer to flow variable vector |
| n | - size of flow variable vector |
| sv | - pointer to stock variable vector |
Definition at line 50 of file minskyTensorOps.h.
|
private |
Definition at line 37 of file minskyTensorOps.h.
|
private |
Definition at line 38 of file minskyTensorOps.h.
|
private |
Definition at line 39 of file minskyTensorOps.h.
|
private |
Definition at line 40 of file minskyTensorOps.h.