1 |
/* |
/**< |
2 |
* SLV: Ascend Nonlinear Solver |
* SLV: Ascend Nonlinear Solver |
3 |
* by Benjamin Andrew Allan |
* by Benjamin Andrew Allan |
4 |
* Created: 6/1/96 |
* Created: 6/1/96 |
49 |
#define slv_types__already_included |
#define slv_types__already_included |
50 |
|
|
51 |
typedef void *SlvBackendToken; |
typedef void *SlvBackendToken; |
52 |
/** |
/**< |
53 |
*** Backends that provide the residuals, gradients, and so forth |
*** Backends that provide the residuals, gradients, and so forth |
54 |
*** may be object-oriented and associate some sort of pointer |
*** may be object-oriented and associate some sort of pointer |
55 |
*** with each of the variables or relations they are serving up. |
*** with each of the variables or relations they are serving up. |
68 |
**/ |
**/ |
69 |
|
|
70 |
typedef struct slv_system_structure *slv_system_t; |
typedef struct slv_system_structure *slv_system_t; |
71 |
/** |
/**< |
72 |
*** This is the handle which should be used in all of the functions |
*** This is the handle which should be used in all of the functions |
73 |
*** in slv and system to reference a mathematical problem. |
*** in slv and system to reference a mathematical problem. |
74 |
**/ |
**/ |
75 |
#endif /* slv_types__already_included */ |
#endif /**< slv_types__already_included */ |