gls_finfo structure#

#include <galahad_gls.h>

struct gls_finfo {
    // fields

    ipc_ flag;
    ipc_ more;
    ipc_ size_factor;
    ipc_ len_factorize;
    ipc_ drop;
    ipc_ rank;
    ipc_ stat;
    rpc_ ops;
};

detailed documentation#

finfo derived type as a C struct

components#

ipc_ flag

Flags success or failure case.

ipc_ more

More information on failure.

ipc_ size_factor

Number of words to hold factors.

ipc_ len_factorize

Size for subsequent factorization.

ipc_ drop

Number of entries dropped.

ipc_ rank

Estimated rank.

ipc_ stat

Status value after allocate failure.

rpc_ ops

Number of operations in elimination.