#include <psPolynomial.h>
Definition at line 83 of file psPolynomial.h.
Data Fields | |
| psPolynomialType | type |
| Polynomial type. | |
| int | nX |
| Number of terms in x. | |
| int | nY |
| Number of terms in y. | |
| psF64 ** | coeff |
| Coefficients. | |
| psF64 ** | coeffErr |
| Error in coefficients. | |
| char ** | mask |
| Coefficients mask. | |
|
|
Coefficients.
Definition at line 88 of file psPolynomial.h. |
|
|
Error in coefficients.
Definition at line 89 of file psPolynomial.h. |
|
|
Coefficients mask.
Definition at line 90 of file psPolynomial.h. |
|
|
Number of terms in x.
Definition at line 86 of file psPolynomial.h. |
|
|
Number of terms in y.
Definition at line 87 of file psPolynomial.h. |
|
|
Polynomial type.
Definition at line 85 of file psPolynomial.h. |
1.4.2