#include <Omu_Deps.h>


Public Member Functions | |
| const Omu_Dep & | operator= (const Real &value) |
| Assign a new value. | |
| void | size (int nx, int nu, int nxf) |
| Allocate gradients for given numbers of independent variables. | |
| void | analyze_struct () |
| Analyze dependencies after setup process. | |
Implementation of Omu_Dependent interface | |
| void | set_linear (int wrt=Omu_Dependent::WRT_ALL, bool value=true) |
| Mark a linear dependency. | |
| bool | is_linear (int wrt=Omu_Dependent::WRT_ALL) const |
| Query if a dependency is linear. | |
Public Attributes | |
| bool | c_setup |
| indicate setup process (call to set_linear* allowed) | |
Protected Member Functions | |
| Omu_Dep (const Omu_Dep &cv) | |
| Omu_Dep & | operator= (const Omu_Dep &) |
Protected Attributes | |
| int | _linear_flags |
.