sils_sinfo_type structure#

#include <galahad_sils.h>

struct sils_sinfo_type {
    // fields

    ipc_ flag;
    ipc_ stat;
    rpc_ cond;
    rpc_ cond2;
    rpc_ berr;
    rpc_ berr2;
    rpc_ error;
};

detailed documentation#

sinfo derived type as a C struct

components#

ipc_ flag

Flags success or failure case.

ipc_ stat

STAT value after allocate failure.

rpc_ cond

Condition number of matrix (category 1 eqs)

rpc_ cond2

Condition number of matrix (category 2 eqs)

rpc_ berr

Backward error for the system (category 1 eqs)

rpc_ berr2

Backward error for the system (category 2 eqs)

rpc_ error

Estimate of forward error.