sils_finfo_type structure#

    struct sils_finfo_type{T,INT}
      flag::INT
      more::INT
      maxfrt::INT
      nebdu::INT
      nrlbdu::INT
      nirbdu::INT
      nrltot::INT
      nirtot::INT
      nrlnec::INT
      nirnec::INT
      ncmpbr::INT
      ncmpbi::INT
      ntwo::INT
      neig::INT
      delay::INT
      signc::INT
      nstatic::INT
      modstep::INT
      rank::INT
      stat::INT
      faulty::INT
      step::INT
      opsa::T
      opse::T
      opsb::T
      maxchange::T
      smin::T
      smax::T

detailed documentation#

finfo derived type as a Julia structure

components#

INT flag

Flags success or failure case.

INT more

More information on failure.

INT maxfrt

Largest front size.

INT nebdu

Number of entries in factors.

INT nrlbdu

Number of reals that hold factors.

INT nirbdu

Number of integers that hold factors.

INT nrltot

Size for a without compression.

INT nirtot

Size for iw without compression.

INT nrlnec

Size for a with compression.

INT nirnec

Size for iw with compression.

INT ncmpbr

Number of compresses of real data.

INT ncmpbi

Number of compresses of integer data.

INT ntwo

Number of 2x2 pivots.

INT neig

Number of negative eigenvalues.

INT delay

Number of delayed pivots (total)

INT signc

Number of pivot sign changes when control.pivoting=3.

INT nstatic

Number of static pivots chosen.

INT modstep

First pivot modification when control.pivoting=4.

INT rank

Rank of original factorization.

INT stat

STAT value after allocate failure.

INT faulty

legacy component, now not used

INT step

legacy component, now not used

T opsa

operations in assembly#

T opse

number of operations in elimination

T opsb

Additional number of operations for BLAS.

T maxchange

Largest control.pivoting=4 modification.

T smin

Minimum scaling factor.

T smax

Maximum scaling factor.