gls_finfo structure#
struct gls_finfo_type{T} flag::Int32 more::Int32 size_factor::Int32 len_factorize::Int32 drop::Int32 rank::Int32 stat::Int32 ops::T
detailed documentation#
finfo derived type as a Julia structure
components#
Int32 flag
Flags success or failure case.
Int32 more
More information on failure.
Int32 size_factor
Number of words to hold factors.
Int32 len_factorize
Size for subsequent factorization.
Int32 drop
Number of entries dropped.
Int32 rank
Estimated rank.
Int32 stat
Status value after allocate failure.
T ops
Number of operations in elimination.