PK_CURVE_fix_self_int_r_t   

struct PK_CURVE_fix_self_int_r_s
    {
    int                         n_curves;
    PK_CURVE_fix_self_int_cu_t *curves;
    PK_CURVE_fix_fault_t        fault;
    };

typedef struct PK_CURVE_fix_self_int_r_s PK_CURVE_fix_self_int_r_t;



A structure packaging the resultant fixed curves.

Used in:

PK_CURVE_fix_self_int
PK_CURVE_fix_self_int_r_f


The structure has the following fields :

'n_curves'    The number of resultant curves.

'curves'      An array of length 'n_curves', each element holding information
              on the resultant curve.

'fault'       The status of the operation.

The function PK_CURVE_fix_self_int_r_f may be used to free associated memory.