DaeProblem Member List
This is the complete list of members for DaeProblem, including all inherited members.
| DaeProblem() | DaeProblem | |
| DaeProblem(const DaeProblem &other) | DaeProblem | |
| function() const -> const DaeFunction & | DaeProblem | |
| function(double t, VectorConstRef y, VectorConstRef ydot, VectorRef f) const -> int | DaeProblem | |
| initialized() const -> bool | DaeProblem | |
| jacobian() const -> const DaeJacobian & | DaeProblem | |
| jacobian(double t, VectorConstRef y, VectorConstRef ydot, MatrixRef J) const -> int | DaeProblem | |
| numEquations() const -> unsigned | DaeProblem | |
| operator=(DaeProblem other) -> DaeProblem & | DaeProblem | |
| setFunction(const DaeFunction &f) -> void | DaeProblem | |
| setJacobian(const DaeJacobian &J) -> void | DaeProblem | |
| setNumEquations(unsigned num) -> void | DaeProblem | |
| ~DaeProblem() | DaeProblem | virtual |