gls_ainfo structure#
struct gls_ainfo_type{T} flag::Int32 more::Int32 len_analyse::Int32 len_factorize::Int32 ncmpa::Int32 rank::Int32 drop::Int32 struc_rank::Int32 oor::Int32 dup::Int32 stat::Int32 lblock::Int32 sblock::Int32 tblock::Int32 ops::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 len_analyse
Size for analysis.
Int32 len_factorize
Size for factorize.
Int32 ncmpa
Number of compresses.
Int32 rank
Estimated rank.
Int32 drop
Number of entries dropped.
Int32 struc_rank
Structural rank of matrix.
Int32 oor
Number of indices out-of-range.
Int32 dup
Number of duplicates.
Int32 stat
STAT value after allocate failure.
Int32 lblock
Size largest non-triangular block.
Int32 sblock
Sum of orders of non-triangular blocks.
Int32 tblock
Total entries in all non-tringular blocks.
T ops
Number of operations in elimination.