trb_time_type structure#
#include <galahad_trb.h> struct trb_time_type { // components spc_ total; spc_ preprocess; spc_ analyse; spc_ factorize; spc_ solve; rpc_ clock_total; rpc_ clock_preprocess; rpc_ clock_analyse; rpc_ clock_factorize; rpc_ clock_solve; };
detailed documentation#
time derived type as a C struct
components#
spc_ total
the total CPU time spent in the package
spc_ preprocess
the CPU time spent preprocessing the problem
spc_ analyse
the CPU time spent analysing the required matrices prior to factorization
spc_ factorize
the CPU time spent factorizing the required matrices
spc_ solve
the CPU time spent computing the search direction
rpc_ clock_total
the total clock time spent in the package
rpc_ clock_preprocess
the clock time spent preprocessing the problem
rpc_ clock_analyse
the clock time spent analysing the required matrices prior to factorization
rpc_ clock_factorize
the clock time spent factorizing the required matrices
rpc_ clock_solve
the clock time spent computing the search direction