#include "DAERTFunc.h"
Public Types | |
| typedef ColumnVector(* | DAERTConstrFunc) (const ColumnVector &x, double t) |
Public Types inherited from DAEFunc | |
| typedef Matrix(* | DAEJacFunc) (const ColumnVector &x, const ColumnVector &xdot, double t, double cj) |
| typedef ColumnVector(* | DAERHSFunc) (const ColumnVector &x, const ColumnVector &xdot, double t, octave_idx_type &ires) |
Public Member Functions | |
| DAERTFunc () | |
| DAERTFunc (const DAERTFunc &a) | |
| DAERTFunc (DAERHSFunc f) | |
| DAERTFunc (DAERHSFunc f, DAEJacFunc j) | |
| DAERTFunc (DAERHSFunc f, DAERTConstrFunc cf) | |
| DAERTFunc (DAERHSFunc f, DAERTConstrFunc cf, DAEJacFunc j) | |
| virtual | ~DAERTFunc ()=default |
| DAERTConstrFunc | constraint_function () const |
| DAERTFunc & | operator= (const DAERTFunc &a) |
| DAERTFunc & | set_constraint_function (DAERTConstrFunc cf) |
Public Member Functions inherited from DAEFunc | |
| DAEFunc () | |
| DAEFunc (const DAEFunc &a) | |
| DAEFunc (DAERHSFunc f) | |
| DAEFunc (DAERHSFunc f, DAEJacFunc j) | |
| virtual | ~DAEFunc ()=default |
| DAERHSFunc | function () const |
| DAEJacFunc | jacobian_function () const |
| DAEFunc & | operator= (const DAEFunc &a) |
| DAEFunc & | set_function (DAERHSFunc f) |
| DAEFunc & | set_jacobian_function (DAEJacFunc j) |
Protected Attributes | |
| DAERTConstrFunc | m_constr |
| bool | m_reset |
Protected Attributes inherited from DAEFunc | |
| DAERHSFunc | m_fcn |
| DAEJacFunc | m_jac |
| bool | m_reset |
Definition at line 33 of file DAERTFunc.h.
| typedef ColumnVector(* DAERTFunc::DAERTConstrFunc) (const ColumnVector &x, double t) |
Definition at line 37 of file DAERTFunc.h.
|
inline |
Definition at line 39 of file DAERTFunc.h.
|
inline |
Definition at line 42 of file DAERTFunc.h.
|
inline |
Definition at line 45 of file DAERTFunc.h.
|
inline |
Definition at line 48 of file DAERTFunc.h.
|
inline |
Definition at line 51 of file DAERTFunc.h.
|
inline |
Definition at line 54 of file DAERTFunc.h.
|
virtualdefault |
|
inline |
Definition at line 70 of file DAERTFunc.h.
References m_constr.
Definition at line 57 of file DAERTFunc.h.
References m_constr, m_reset, and DAEFunc::operator=().
Referenced by DAERT::operator=().
|
inline |
Definition at line 72 of file DAERTFunc.h.
References m_constr, and m_reset.
Referenced by DEFMETHOD().
|
protected |
Definition at line 81 of file DAERTFunc.h.
Referenced by constraint_function(), operator=(), and set_constraint_function().
|
protected |
Definition at line 88 of file DAERTFunc.h.
Referenced by operator=(), and set_constraint_function().