#include <integrator.h>
|
| | integrator () |
| |
| | integrator (const integrator &) |
| |
| | ~integrator () |
| |
| void | setIntegration (integrate_func_t f) |
| |
| void | setConductance (conductor_func_t f) |
| |
| void | integrate (int, nr_double_t, nr_double_t &, nr_double_t &) |
| |
| void | conductor (nr_double_t, nr_double_t &) |
| |
| void | setOrder (int o) |
| |
| int | getOrder (void) |
| |
| void | setMode (int s) |
| |
| int | getMode (void) |
| |
| void | setCoefficients (nr_double_t *c) |
| |
| nr_double_t * | getCoefficients (void) |
| |
| | states () |
| |
| | states (const states &) |
| |
| | ~states () |
| |
| state_type_t | getState (int, int n=0) |
| |
| void | setState (int, state_type_t, int n=0) |
| |
| void | initStates (void) |
| |
| void | clearStates (void) |
| |
| int | getStates (void) |
| |
| void | setStates (int n) |
| |
| void | nextState (void) |
| |
| void | prevState (void) |
| |
| void | fillState (int, state_type_t) |
| |
| void | saveState (int, state_type_t *) |
| |
| void | inputState (int, state_type_t *) |
| |
Definition at line 35 of file integrator.h.
| typedef void(* qucs::integrator::conductor_func_t)(integrator *, nr_double_t, nr_double_t &) |
| typedef void(* qucs::integrator::integrate_func_t)(integrator *, int, nr_double_t, nr_double_t &, nr_double_t &) |
| qucs::integrator::integrator |
( |
| ) |
|
| qucs::integrator::integrator |
( |
const integrator & |
c | ) |
|
| qucs::integrator::~integrator |
( |
| ) |
|
| void qucs::integrator::conductor |
( |
nr_double_t |
cap, |
|
|
nr_double_t & |
geq |
|
) |
| |
| nr_double_t* qucs::integrator::getCoefficients |
( |
void |
| ) |
|
|
inline |
| int qucs::integrator::getMode |
( |
void |
| ) |
|
|
inline |
| int qucs::integrator::getOrder |
( |
void |
| ) |
|
|
inline |
| void qucs::integrator::integrate |
( |
int |
qstate, |
|
|
nr_double_t |
cap, |
|
|
nr_double_t & |
geq, |
|
|
nr_double_t & |
ceq |
|
) |
| |
| void qucs::integrator::setCoefficients |
( |
nr_double_t * |
c | ) |
|
|
inline |
| void qucs::integrator::setMode |
( |
int |
s | ) |
|
|
inline |
| void qucs::integrator::setOrder |
( |
int |
o | ) |
|
|
inline |
| nr_double_t* qucs::integrator::coefficients |
|
private |
| int qucs::integrator::order |
|
private |
| int qucs::integrator::state |
|
private |
The documentation for this class was generated from the following files: