qpb_time_type structure#

#include <galahad_qpb.h>

struct qpb_time_type {
    // components

    rpc_ total;
    rpc_ preprocess;
    rpc_ find_dependent;
    rpc_ analyse;
    rpc_ factorize;
    rpc_ solve;
    rpc_ phase1_total;
    rpc_ phase1_analyse;
    rpc_ phase1_factorize;
    rpc_ phase1_solve;
    rpc_ clock_total;
    rpc_ clock_preprocess;
    rpc_ clock_find_dependent;
    rpc_ clock_analyse;
    rpc_ clock_factorize;
    rpc_ clock_solve;
    rpc_ clock_phase1_total;
    rpc_ clock_phase1_analyse;
    rpc_ clock_phase1_factorize;
    rpc_ clock_phase1_solve;
};

detailed documentation#

time derived type as a C struct

components#

rpc_ total

the total CPU time spent in the package

rpc_ preprocess

the CPU time spent preprocessing the problem

rpc_ find_dependent

the CPU time spent detecting linear dependencies

rpc_ analyse

the CPU time spent analysing the required matrices prior to factorizatio

rpc_ factorize

the CPU time spent factorizing the required matrices

rpc_ solve

the CPU time spent computing the search direction

rpc_ phase1_total

the total CPU time spent in the initial-point phase of the package

rpc_ phase1_analyse

the CPU time spent analysing the required matrices prior to factorizatio in the inital-point phase

rpc_ phase1_factorize

the CPU time spent factorizing the required matrices in the inital-point phase

rpc_ phase1_solve

the CPU time spent computing the search direction in the inital-point ph

rpc_ clock_total

the total clock time spent in the package

rpc_ clock_preprocess

the clock time spent preprocessing the problem

rpc_ clock_find_dependent

the clock time spent detecting linear dependencies

rpc_ clock_analyse

the clock time spent analysing the required matrices prior to factorizat

rpc_ clock_factorize

the clock time spent factorizing the required matrices

rpc_ clock_solve

the clock time spent computing the search direction

rpc_ clock_phase1_total

the total clock time spent in the initial-point phase of the package

rpc_ clock_phase1_analyse

the clock time spent analysing the required matrices prior to factorizat in the inital-point phase

rpc_ clock_phase1_factorize

the clock time spent factorizing the required matrices in the inital-poi phase

rpc_ clock_phase1_solve

the clock time spent computing the search direction in the inital-point