bqp_time_type structure#

    struct bqp_time_type
      total::Float32
      analyse::Float32
      factorize::Float32
      solve::Float32

detailed documentation#

time derived type as a Julia structure

components#

Float32 total

total time

Float32 analyse

time for the analysis phase

Float32 factorize

time for the factorization phase

Float32 solve

time for the linear solution phase