ssls_time_type structure#

    struct ssls_time_type{T}
      total::T
      analyse::T
      factorize::T
      solve::T
      clock_total::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 analyse

cpu time spent forming and analysing \(K\)

T factorize

cpu time spent factorizing \(K\)

T solve

cpu time spent solving linear systems inolving \(K\)

T clock_total

total clock time spent in the package

T clock_analyse

clock time spent forming and analysing \(K\)

T clock_factorize

clock time spent factorizing \(K\)

T clock_solve

clock time spent solving linear systems inolving \(K\)