29 |
#ifndef ASC_REL_BLACKBOX_H |
#ifndef ASC_REL_BLACKBOX_H |
30 |
#define ASC_REL_BLACKBOX_H |
#define ASC_REL_BLACKBOX_H |
31 |
|
|
32 |
|
#include <utilities/ascConfig.h> |
33 |
|
#include "instance_enum.h" |
34 |
|
#include "relation_type.h" |
35 |
|
#include <general/list.h> |
36 |
|
#include "expr_types.h" |
37 |
|
#include "extfunc.h" |
38 |
|
|
39 |
extern int BlackBoxCalcResidual(struct Instance *i, double *res, struct relation *r); |
extern int BlackBoxCalcResidual(struct Instance *i, double *res, struct relation *r); |
40 |
|
|
41 |
/** Compute standard form residual and gradient. |
/** Compute standard form residual and gradient. |
144 |
*/ |
*/ |
145 |
extern void DeleteRefBlackBoxCache(struct relation *rel, struct BlackBoxCache **b); |
extern void DeleteRefBlackBoxCache(struct relation *rel, struct BlackBoxCache **b); |
146 |
|
|
|
|
|
147 |
#endif /* ASC_REL_BLACKBOX_H */ |
#endif /* ASC_REL_BLACKBOX_H */ |