#include <psPolynomial.h>
Definition at line 108 of file psPolynomial.h.
Data Fields | |
| psPolynomialType | type |
| Polynomial type. | |
| int | nX |
| Number of terms in x. | |
| int | nY |
| Number of terms in y. | |
| int | nZ |
| Number of terms in z. | |
| int | nT |
| Number of terms in t. | |
| psF64 **** | coeff |
| Coefficients. | |
| psF64 **** | coeffErr |
| Error in coefficients. | |
| char **** | mask |
| Coefficients mask. | |
|
|
Coefficients.
Definition at line 115 of file psPolynomial.h. |
|
|
Error in coefficients.
Definition at line 116 of file psPolynomial.h. |
|
|
Coefficients mask.
Definition at line 117 of file psPolynomial.h. |
|
|
Number of terms in t.
Definition at line 114 of file psPolynomial.h. |
|
|
Number of terms in x.
Definition at line 111 of file psPolynomial.h. |
|
|
Number of terms in y.
Definition at line 112 of file psPolynomial.h. |
|
|
Number of terms in z.
Definition at line 113 of file psPolynomial.h. |
|
|
Polynomial type.
Definition at line 110 of file psPolynomial.h. |
1.4.2