Minsky
|
support for partial derivatives needed for implicit method More...
#include <minskyTensorOps.h>
Public Member Functions | |
virtual double | dFlow (std::size_t ti, std::size_t fi) const =0 |
partial derivative of tensor component ti wrt flow variable fi More... | |
virtual double | dStock (std::size_t ti, std::size_t si) const =0 |
partial derivative of tensor component ti wrt stock variable si More... | |
support for partial derivatives needed for implicit method
Definition at line 86 of file minskyTensorOps.h.
|
pure virtual |
partial derivative of tensor component ti wrt flow variable fi
Implemented in minsky::TensorVarValBase< VV, I >, minsky::TensorVarValBase< VariableValue, ITensorVal >, and minsky::TimeOp.
|
pure virtual |
partial derivative of tensor component ti wrt stock variable si
Implemented in minsky::TensorVarValBase< VV, I >, minsky::TensorVarValBase< VariableValue, ITensorVal >, and minsky::TimeOp.