#include <DAERTFunc.h>
Inherits DAEFunc.
Inherited by DAERT.
Public Types | |
typedef ColumnVector(* | DAERTConstrFunc )(const ColumnVector &x, double t) |
Public Member Functions | |
DAERTFunc (void) | |
DAERTFunc (DAERHSFunc f) | |
DAERTFunc (DAERHSFunc f, DAEJacFunc j) | |
DAERTFunc (DAERHSFunc f, DAERTConstrFunc cf) | |
DAERTFunc (DAERHSFunc f, DAERTConstrFunc cf, DAEJacFunc j) | |
DAERTFunc (const DAERTFunc &a) | |
DAERTFunc & | operator= (const DAERTFunc &a) |
~DAERTFunc (void) | |
DAERTConstrFunc | constraint_function (void) const |
DAERTFunc & | set_constraint_function (DAERTConstrFunc cf) |
Protected Attributes | |
DAERTConstrFunc | constr |
bool | reset |
typedef ColumnVector(* DAERTFunc::DAERTConstrFunc)(const ColumnVector &x, double t) |
DAERTFunc::DAERTFunc | ( | void | ) | [inline] |
Reimplemented in DAERT.
DAERTFunc::DAERTFunc | ( | DAERHSFunc | f | ) | [inline] |
DAERTFunc::DAERTFunc | ( | DAERHSFunc | f, | |
DAEJacFunc | j | |||
) | [inline] |
DAERTFunc::DAERTFunc | ( | DAERHSFunc | f, | |
DAERTConstrFunc | cf | |||
) | [inline] |
DAERTFunc::DAERTFunc | ( | DAERHSFunc | f, | |
DAERTConstrFunc | cf, | |||
DAEJacFunc | j | |||
) | [inline] |
DAERTFunc::~DAERTFunc | ( | void | ) | [inline] |
DAERTConstrFunc DAERTFunc::constraint_function | ( | void | ) | const [inline] |
DAERTFunc& DAERTFunc::set_constraint_function | ( | DAERTConstrFunc | cf | ) | [inline] |
DAERTConstrFunc DAERTFunc::constr [protected] |
bool DAERTFunc::reset [protected] |
Reimplemented from DAEFunc.