psls_time_type structure#
struct psls_time_type{T} total::Float32 assemble::Float32 analyse::Float32 factorize::Float32 solve::Float32 update::Float32 clock_total::T clock_assemble::T clock_analyse::T clock_factorize::T clock_solve::T clock_update::T
detailed documentation#
time derived type as a Julia structure
components#
Float32 total
total time
Float32 assemble
time to assemble the preconditioner prior to factorization
Float32 analyse
time for the analysis phase
Float32 factorize
time for the factorization phase
Float32 solve
time for the linear solution phase
Float32 update
time to update the factorization
T clock_total
total clock time spent in the package
T clock_assemble
clock time to assemble the preconditioner prior to factorization
T clock_analyse
clock time for the analysis phase
T clock_factorize
clock time for the factorization phase
T clock_solve
clock time for the linear solution phase
T clock_update
clock time to update the factorization