SDDSlib
|
Public Attributes | |
unsigned long | flags |
char * | filename |
char * | outputColumn |
char * | coefColumn |
char ** | inputColumn |
char ** | powerColumn |
long | nInputs |
long | nTerms |
int32_t ** | power |
double * | coef |
double ** | inputData |
double * | input |
Definition at line 98 of file sddspoly.c.
double* POLYNOMIAL::coef |
Definition at line 108 of file sddspoly.c.
char* POLYNOMIAL::coefColumn |
Definition at line 102 of file sddspoly.c.
char* POLYNOMIAL::filename |
Definition at line 100 of file sddspoly.c.
unsigned long POLYNOMIAL::flags |
Definition at line 99 of file sddspoly.c.
double* POLYNOMIAL::input |
Definition at line 110 of file sddspoly.c.
char** POLYNOMIAL::inputColumn |
Definition at line 103 of file sddspoly.c.
double** POLYNOMIAL::inputData |
Definition at line 109 of file sddspoly.c.
long POLYNOMIAL::nInputs |
Definition at line 105 of file sddspoly.c.
long POLYNOMIAL::nTerms |
Definition at line 106 of file sddspoly.c.
char* POLYNOMIAL::outputColumn |
Definition at line 101 of file sddspoly.c.
int32_t** POLYNOMIAL::power |
Definition at line 107 of file sddspoly.c.
char** POLYNOMIAL::powerColumn |
Definition at line 104 of file sddspoly.c.