#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 30 of file poly.h.
 
  
  | 
        
          | qucs::poly::poly | ( | nr_double_t | _x, |  
          |  |  | nr_double_t | _y |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | qucs::poly::poly | ( | nr_double_t | _x, |  
          |  |  | nr_double_t | _f0, |  
          |  |  | nr_double_t | _f1 |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | qucs::poly::poly | ( | nr_double_t | _x, |  
          |  |  | nr_double_t | _f0, |  
          |  |  | nr_double_t | _f1, |  
          |  |  | nr_double_t | _f2 |  
          |  | ) |  |  |  | inline | 
 
 
  
  | 
        
          | nr_double_t qucs::poly::eval | ( | nr_double_t | _x | ) |  |  | inline | 
 
 
      
        
          | nr_double_t qucs::poly::f0 | 
      
 
 
      
        
          | nr_double_t qucs::poly::f1 | 
      
 
 
      
        
          | nr_double_t qucs::poly::f2 | 
      
 
 
      
        
          | nr_double_t qucs::poly::x | 
      
 
 
The documentation for this class was generated from the following file: