rqs_time_type structure#
struct rqs_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
T analyse
CPU time spent reordering
T factorize
CPU time spent factorizing
T solve
CPU time spent solving linear systems inolving
T clock_total
total clock time spent in the package
T clock_assemble
clock time spent building
T clock_analyse
clock time spent reordering
T clock_factorize
clock time spent factorizing
T clock_solve
clock time spent solving linear systems inolving