#include <poly.h>
|
| poly (nr_double_t _x, nr_double_t _y) |
|
| poly (nr_double_t _x, nr_double_t _f0, nr_double_t _f1) |
|
| poly (nr_double_t _x, nr_double_t _f0, nr_double_t _f1, nr_double_t _f2) |
|
| ~poly () |
|
nr_double_t | eval (nr_double_t _x) |
|
|
nr_double_t | x |
|
nr_double_t | f0 |
|
nr_double_t | f1 |
|
nr_double_t | f2 |
|
Definition at line 28 of file poly.h.
poly::poly |
( |
nr_double_t |
_x, |
|
|
nr_double_t |
_y |
|
) |
| |
|
inline |
poly::poly |
( |
nr_double_t |
_x, |
|
|
nr_double_t |
_f0, |
|
|
nr_double_t |
_f1 |
|
) |
| |
|
inline |
poly::poly |
( |
nr_double_t |
_x, |
|
|
nr_double_t |
_f0, |
|
|
nr_double_t |
_f1, |
|
|
nr_double_t |
_f2 |
|
) |
| |
|
inline |
nr_double_t poly::eval |
( |
nr_double_t |
_x | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- C:/Users/VonFurstenBerg/Documents/DownLoad/QUCS-src/qucs-0.0.16/qucs-core/src/poly.h