151 |
@TODO relman_diff() needs to be reimplemented - needs compiler-side work. |
@TODO relman_diff() needs to be reimplemented - needs compiler-side work. |
152 |
*/ |
*/ |
153 |
|
|
154 |
|
|
155 |
ASC_DLLSPEC int relman_diff2(struct rel_relation *rel, |
ASC_DLLSPEC int relman_diff2(struct rel_relation *rel, |
156 |
const var_filter_t *filter, |
const var_filter_t *filter, |
157 |
real64 *derivatives, |
real64 *derivatives, |
160 |
int32 safe); |
int32 safe); |
161 |
/**< |
/**< |
162 |
Calculates the row of the jacobian matrix (the transpose gradient of |
Calculates the row of the jacobian matrix (the transpose gradient of |
163 |
the relation residual, $ \grad^{T}(f) $) corresponding to the relation |
the relation residual, \f$ \grad^{T}(f) \f$) corresponding to the relation |
164 |
rel. The filter determines which variables actually contribute to the |
rel. The filter determines which variables actually contribute to the |
165 |
jacobian. |
jacobian. |
166 |
|
|