sils_ainfo_type structure#
struct sils_ainfo_type{T} flag::Int32 more::Int32 nsteps::Int32 nrltot::Int32 nirtot::Int32 nrlnec::Int32 nirnec::Int32 nrladu::Int32 niradu::Int32 ncmpa::Int32 oor::Int32 dup::Int32 maxfrt::Int32 stat::Int32 faulty::Int32 opsa::T opse::T
detailed documentation#
ainfo derived type as a Julia structure
components#
Int32 flag
Flags success or failure case.
Int32 more
More information on failure.
Int32 nsteps
Number of elimination steps.
Int32 nrltot
Size for a without compression.
Int32 nirtot
Size for iw without compression.
Int32 nrlnec
Size for a with compression.
Int32 nirnec
Size for iw with compression.
Int32 nrladu
Number of reals to hold factors.
Int32 niradu
Number of integers to hold factors.
Int32 ncmpa
Number of compresses.
Int32 oor
Number of indices out-of-range.
Int32 dup
Number of duplicates.
Int32 maxfrt
Forecast maximum front size.
Int32 stat
STAT value after allocate failure.
Int32 faulty
legacy component, now not used
T opsa
Anticipated number of operations in assembly.
T opse
Anticipated number of operations in elimination.