pmm  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures | Typedefs | Functions
pmm_muparse.h File Reference

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)

Detailed Description

muparser structures

Definition in file pmm_muparse.h.

Typedef Documentation

typedef struct Parser Parser

Structure to hold muparser object and variable array

Function Documentation

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 
)