SDDSlib
Loading...
Searching...
No Matches
POLYNOMIAL Struct Reference

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
 

Detailed Description

Definition at line 98 of file sddspoly.c.

Member Data Documentation

◆ coef

double* POLYNOMIAL::coef

Definition at line 108 of file sddspoly.c.

◆ coefColumn

char* POLYNOMIAL::coefColumn

Definition at line 102 of file sddspoly.c.

◆ filename

char* POLYNOMIAL::filename

Definition at line 100 of file sddspoly.c.

◆ flags

unsigned long POLYNOMIAL::flags

Definition at line 99 of file sddspoly.c.

◆ input

double* POLYNOMIAL::input

Definition at line 110 of file sddspoly.c.

◆ inputColumn

char** POLYNOMIAL::inputColumn

Definition at line 103 of file sddspoly.c.

◆ inputData

double** POLYNOMIAL::inputData

Definition at line 109 of file sddspoly.c.

◆ nInputs

long POLYNOMIAL::nInputs

Definition at line 105 of file sddspoly.c.

◆ nTerms

long POLYNOMIAL::nTerms

Definition at line 106 of file sddspoly.c.

◆ outputColumn

char* POLYNOMIAL::outputColumn

Definition at line 101 of file sddspoly.c.

◆ power

int32_t** POLYNOMIAL::power

Definition at line 107 of file sddspoly.c.

◆ powerColumn

char** POLYNOMIAL::powerColumn

Definition at line 104 of file sddspoly.c.


The documentation for this struct was generated from the following file: