PK_TRANSF_classify_o_t   

struct PK_TRANSF_classify_o_s
    {
    int                     o_t_version; --- version number of option structure
    PK_TRANSF_diagnostics_t diagnostics; --- whether to return diagnostics as
                                         --- numerical deviations from exact
                                         --- types
                                         --- (PK_TRANSF_diagnostics_none_c)
    };

typedef struct PK_TRANSF_classify_o_s PK_TRANSF_classify_o_t;



This structure holds optional controls for requesting diagnostics for a given
transform in addition to the default classification.

Used in:

PK_TRANSF_classify


The option structure for the classification of a transform has the
following fields:

'diagnostics'  If set to PK_TRANSF_diagnostics_all_c, then the function will
               return numerical deviation data in a return struct of type
               PK_TRANSF_classify_r_t in addition to the classification type.
               (PK_TRANSF_diagnostics_none_c)