llst_history_type structure#

    struct llst_history_type{T}
      lambda::T
      x_norm::T
      r_norm::T

detailed documentation#

history derived type as a Julia structure

components#

T lambda

the value of \(\lambda\)

T x_norm

the corresponding value of \(\|x(\lambda)\|_S\)

T r_norm

the corresponding value of \(\|A x(\lambda) - b\|_2\)