qpb_time_type structure#

    struct qpb_time_type{T}
      total::T
      preprocess::T
      find_dependent::T
      analyse::T
      factorize::T
      solve::T
      phase1_total::T
      phase1_analyse::T
      phase1_factorize::T
      phase1_solve::T
      clock_total::T
      clock_preprocess::T
      clock_find_dependent::T
      clock_analyse::T
      clock_factorize::T
      clock_solve::T
      clock_phase1_total::T
      clock_phase1_analyse::T
      clock_phase1_factorize::T
      clock_phase1_solve::T

detailed documentation#

time derived type as a Julia structure

components#

T total

the total CPU time spent in the package

T preprocess

the CPU time spent preprocessing the problem

T find_dependent

the CPU time spent detecting linear dependencies

T analyse

the CPU time spent analysing the required matrices prior to factorizatio

T factorize

the CPU time spent factorizing the required matrices

T solve

the CPU time spent computing the search direction

T phase1_total

the total CPU time spent in the initial-point phase of the package

T phase1_analyse

the CPU time spent analysing the required matrices prior to factorizatio in the inital-point phase

T phase1_factorize

the CPU time spent factorizing the required matrices in the inital-point phase

T phase1_solve

the CPU time spent computing the search direction in the inital-point ph

T clock_total

the total clock time spent in the package

T clock_preprocess

the clock time spent preprocessing the problem

T clock_find_dependent

the clock time spent detecting linear dependencies

T clock_analyse

the clock time spent analysing the required matrices prior to factorizat

T clock_factorize

the clock time spent factorizing the required matrices

T clock_solve

the clock time spent computing the search direction

T clock_phase1_total

the total clock time spent in the initial-point phase of the package

T clock_phase1_analyse

the clock time spent analysing the required matrices prior to factorizat in the inital-point phase

T clock_phase1_factorize

the clock time spent factorizing the required matrices in the inital-poi phase

T clock_phase1_solve

the clock time spent computing the search direction in the inital-point