#include <psFunctions.h>
Definition at line 108 of file psFunctions.h.
Data Fields | |
| psPolynomialType | type |
| Polynomial type. | |
| psS32 | nW |
| Number of terms in w. | |
| psS32 | nX |
| Number of terms in x. | |
| psS32 | nY |
| Number of terms in y. | |
| psS32 | nZ |
| Number of terms in z. | |
| psF32 **** | coeff |
| Coefficients. | |
| psF32 **** | coeffErr |
| Error in coefficients. | |
| psU8 **** | mask |
| Coefficients mask. | |
|
|
Coefficients.
Definition at line 115 of file psFunctions.h. |
|
|
Error in coefficients.
Definition at line 116 of file psFunctions.h. |
|
|
Coefficients mask.
Definition at line 117 of file psFunctions.h. |
|
|
Number of terms in w.
Definition at line 111 of file psFunctions.h. |
|
|
Number of terms in x.
Definition at line 112 of file psFunctions.h. |
|
|
Number of terms in y.
Definition at line 113 of file psFunctions.h. |
|
|
Number of terms in z.
Definition at line 114 of file psFunctions.h. |
|
|
Polynomial type.
Definition at line 110 of file psFunctions.h. |
1.4.1