blls_inform_type structure#

    struct blls_inform_type{T}
      status::Int32
      alloc_status::Int32
      factorization_status::Int32
      iter::Int32
      cg_iter::Int32
      obj::T
      norm_pg::T
      bad_alloc::NTuple{81,Cchar}
      time::blls_time_type{T}
      sbls_inform::sbls_inform_type{T}
      convert_inform::convert_inform_type{T}

detailed documentation#

inform derived type as a Julia structure

components#

Int32 status

reported return status.

Int32 alloc_status

Fortran STAT value after allocate failure.

Int32 factorization_status

status return from factorization

Int32 iter

number of iterations required

Int32 cg_iter

number of CG iterations required

T obj

current value of the objective function, r(x).

T norm_pg

current value of the Euclidean norm of projected gradient of r(x).

NTuple{81,Cchar} bad_alloc

name of array which provoked an allocate failure

struct blls_time_type time

times for various stages

struct sbls_inform_type sbls_inform

inform values from SBLS

struct convert_inform_type convert_inform

inform values for CONVERT