sils_sinfo_type structure#
struct sils_sinfo_type{T} flag::Int32 stat::Int32 cond::T cond2::T berr::T berr2::T error::T
detailed documentation#
sinfo derived type as a Julia structure
components#
Int32 flag
Flags success or failure case.
Int32 stat
STAT value after allocate failure.
T cond
Condition number of matrix (category 1 eqs)
T cond2
Condition number of matrix (category 2 eqs)
T berr
Backward error for the system (category 1 eqs)
T berr2
Backward error for the system (category 2 eqs)
T error
Estimate of forward error.