bqp_time_type structure#

#include <galahad_bqp.h>

struct bqp_time_type {
    // components

    spc_ total;
    spc_ analyse;
    spc_ factorize;
    spc_ solve;
};

detailed documentation#

time derived type as a C struct

components#

spc_ total

total time

spc_ analyse

time for the analysis phase

spc_ factorize

time for the factorization phase

spc_ solve

time for the linear solution phase