Omu_StateVec Class Reference
#include <Omu_Variables.h>
[legend]
[legend]
List of all members.
Detailed Description
Vector of state variables, including sensitivity matrices Sx, Su and Sq that hold sensitivities wrt initial states, controls and parameters, respectively.
|
Public Member Functions |
|
| Omu_StateVec () |
| | allocate empty sensitivity matrices
|
|
| ~Omu_StateVec () |
| | destroy sensitivity matrices
|
Public Attributes |
|
MATP | Sx |
| | sensitivity matrix wrt initial states
|
|
MATP | Su |
| | sensitivity matrix wrt control parameters
|
|
MATP | Sq |
| | sensitivity matrix wrt general parameters
|
Protected Member Functions |
|
|
| Omu_StateVec (const Omu_StateVec &sv) |
| | protect copy constructor and operator= as they should not be used
|
|
Omu_Vec & | operator= (const Omu_StateVec &sv) |
The documentation for this class was generated from the following file: