eqp_time_type structure#

#include <galahad_eqp.h>

struct eqp_time_type {
    // components

    rpc_ total;
    rpc_ find_dependent;
    rpc_ factorize;
    rpc_ solve;
    rpc_ solve_inter;
    rpc_ clock_total;
    rpc_ clock_find_dependent;
    rpc_ clock_factorize;
    rpc_ clock_solve;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

the total CPU time spent in the package

rpc_ find_dependent

the CPU time spent detecting linear dependencies

rpc_ factorize

the CPU time spent factorizing the required matrices

rpc_ solve

the CPU time spent computing the search direction

rpc_ solve_inter

see solve

rpc_ clock_total

the total clock time spent in the package

rpc_ clock_find_dependent

the clock time spent detecting linear dependencies

rpc_ clock_factorize

the clock time spent factorizing the required matrices

rpc_ clock_solve

the clock time spent computing the search direction