43 |
#ifndef ASC_SLV_TYPES_H |
#ifndef ASC_SLV_TYPES_H |
44 |
#define ASC_SLV_TYPES_H |
#define ASC_SLV_TYPES_H |
45 |
|
|
46 |
|
/** @addtogroup solver Solver |
47 |
|
@{ |
48 |
|
*/ |
49 |
|
|
50 |
typedef void *SlvBackendToken; |
typedef void *SlvBackendToken; |
51 |
/**< |
/**< |
52 |
Backends that provide the residuals, gradients, and so forth |
Backends that provide the residuals, gradients, and so forth |
75 |
in slv and system to reference a mathematical problem. |
in slv and system to reference a mathematical problem. |
76 |
*/ |
*/ |
77 |
|
|
78 |
|
/* @} */ |
79 |
|
|
80 |
#endif /* ASC_SLV_TYPES_H */ |
#endif /* ASC_SLV_TYPES_H */ |
81 |
|
|