trs_time_type structure#
struct trs_time_type{T} total::T assemble::T analyse::T factorize::T solve::T clock_total::T clock_assemble::T clock_analyse::T clock_factorize::T clock_solve::T
detailed documentation#
time derived type as a Julia structure
components#
T total
total CPU time spent in the package
T assemble
CPU time spent building \(H + \lambda M\).
T analyse
CPU time spent reordering \(H + \lambda M\) prior to factorization.
T factorize
CPU time spent factorizing \(H + \lambda M\).
T solve
CPU time spent solving linear systems inolving \(H + \lambda M\).
T clock_total
total clock time spent in the package
T clock_assemble
clock time spent building \(H + \lambda M\)
T clock_analyse
clock time spent reordering \(H + \lambda M\) prior to factorization
T clock_factorize
clock time spent factorizing \(H + \lambda M\)
T clock_solve
clock time spent solving linear systems inolving \(H + \lambda M\)