#include <psFunctions.h>
Definition at line 244 of file psFunctions.h.
Data Fields | |
| psPolynomialType | type |
| Polynomial type. | |
| psS32 | nX |
| Number of terms in x. | |
| psS32 | nY |
| Number of terms in y. | |
| psF64 ** | coeff |
| Coefficients. | |
| psF64 ** | coeffErr |
| Error in coefficients. | |
| psU8 ** | mask |
| Coefficients mask. | |
|
|
Coefficients.
Definition at line 249 of file psFunctions.h. |
|
|
Error in coefficients.
Definition at line 250 of file psFunctions.h. |
|
|
Coefficients mask.
Definition at line 251 of file psFunctions.h. |
|
|
Number of terms in x.
Definition at line 247 of file psFunctions.h. |
|
|
Number of terms in y.
Definition at line 248 of file psFunctions.h. |
|
|
Polynomial type.
Definition at line 246 of file psFunctions.h. |
1.3.9.1