 |
PK_CURVE_fix_self_int_cu_t |
|
struct PK_CURVE_fix_self_int_cu_s
{
PK_CURVE_t res_curve;
PK_fix_status_t status;
double achieved_tol;
};
typedef struct PK_CURVE_fix_self_int_cu_s PK_CURVE_fix_self_int_cu_t;
A structure packaging the resultant fixed curve.
Used in:
PK_CURVE_fix_self_int_r_t
The structure has the following fields :
'res_curve' The resultant curve.
'status' Whether the resultant curve 'res_curve' is exactly coincident
with the input 'curve', an approximation within 'tolerance',
or an approximation outside of 'tolerance'.
'achieved_tol' If 'status' is set to PK_fix_status_too_tight_c, this field
gives an upper bound for the maximum devation between the
'res_curve' and the input 'curve'.