muparser structures More...
Go to the source code of this file.
Data Structures | |
| struct | Parser |
| struct | pmm_param_constraint_muparser |
Typedefs | |
| typedef struct Parser | Parser |
| typedef struct pmm_param_constraint_muparser | PMM_Param_Constraint_Muparser |
Functions | |
| int | create_param_constraint_muparser (struct pmm_paramdef_set *pd_set) |
| int | evaluate_constraint_with_params (struct pmm_param_constraint_muparser *pc_parser, int *params, double *value) |
| int | evaluate_constraint (struct pmm_param_constraint_muparser *pc_parser, double *value) |
muparser structures
Definition in file pmm_muparse.h.
| typedef struct pmm_param_constraint_muparser PMM_Param_Constraint_Muparser |
Structure to hold muparser object and variable array
| int create_param_constraint_muparser | ( | struct pmm_paramdef_set * | pd_set | ) |
| int evaluate_constraint | ( | struct pmm_param_constraint_muparser * | pc_parser, |
| double * | value | ||
| ) |
| int evaluate_constraint_with_params | ( | struct pmm_param_constraint_muparser * | pc_parser, |
| int * | params, | ||
| double * | value | ||
| ) |
1.8.1.2