ssls_time_type structure#

#include <galahad_ssls.h>

struct ssls_time_type {
    // fields

    rpc_ total;
    rpc_ analyse;
    rpc_ factorize;
    rpc_ solve;
    rpc_ clock_total;
    rpc_ clock_analyse;
    rpc_ clock_factorize;
    rpc_ clock_solve;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

total cpu time spent in the package

rpc_ analyse

cpu time spent forming, and analysing the structure of, \(K\)

rpc_ factorize

cpu time spent factorizing \(K\)

rpc_ solve

cpu time spent solving linear systems inolving \(K\)

rpc_ clock_total

total clock time spent in the package

rpc_ clock_analyse

clock time spent forming, and analysing the structure of, \(K\)

rpc_ clock_factorize

clock time spent factorizing \(K\)

rpc_ clock_solve

clock time spent solving linear systems inolving \(K\)