#include <hsl_ma97d.h>
Public Attributes | |
int | flag |
<0 on error More... | |
int | flag68 |
int | flag77 |
int | matrix_dup |
number duplicate entries in A More... | |
int | matrix_rank |
matrix rank More... | |
int | matrix_outrange |
number of out of range entries in A More... | |
int | matrix_missing_diag |
number of zero diagonal entries in A More... | |
int | maxdepth |
height of assembly tree More... | |
int | maxfront |
maximum dimension of frontal matrix More... | |
int | num_delay |
number of times a pivot was delayed More... | |
long | num_factor |
number of entries in L More... | |
long | num_flops |
number of floating point operations More... | |
int | num_neg |
number of negative pivots More... | |
int | num_sup |
number of supernodes in assembly tree More... | |
int | num_two |
number of 2x2 pivots More... | |
int | ordering |
ordering used (as per control.ordering) More... | |
int | stat |
error code from failed memory allocation More... | |
int | ispare [5] |
ma97realtype_d_ | rspare [10] |
Definition at line 68 of file hsl_ma97d.h.
int ma97_info::flag |
<0 on error
Definition at line 70 of file hsl_ma97d.h.
int ma97_info::flag68 |
Definition at line 71 of file hsl_ma97d.h.
int ma97_info::flag77 |
Definition at line 72 of file hsl_ma97d.h.
int ma97_info::matrix_dup |
number duplicate entries in A
Definition at line 73 of file hsl_ma97d.h.
int ma97_info::matrix_rank |
matrix rank
Definition at line 74 of file hsl_ma97d.h.
int ma97_info::matrix_outrange |
number of out of range entries in A
Definition at line 75 of file hsl_ma97d.h.
int ma97_info::matrix_missing_diag |
number of zero diagonal entries in A
Definition at line 76 of file hsl_ma97d.h.
int ma97_info::maxdepth |
height of assembly tree
Definition at line 77 of file hsl_ma97d.h.
int ma97_info::maxfront |
maximum dimension of frontal matrix
Definition at line 78 of file hsl_ma97d.h.
int ma97_info::num_delay |
number of times a pivot was delayed
Definition at line 79 of file hsl_ma97d.h.
long ma97_info::num_factor |
number of entries in L
Definition at line 80 of file hsl_ma97d.h.
long ma97_info::num_flops |
number of floating point operations
Definition at line 81 of file hsl_ma97d.h.
int ma97_info::num_neg |
number of negative pivots
Definition at line 82 of file hsl_ma97d.h.
int ma97_info::num_sup |
number of supernodes in assembly tree
Definition at line 83 of file hsl_ma97d.h.
int ma97_info::num_two |
number of 2x2 pivots
Definition at line 84 of file hsl_ma97d.h.
int ma97_info::ordering |
ordering used (as per control.ordering)
Definition at line 85 of file hsl_ma97d.h.
int ma97_info::stat |
error code from failed memory allocation
Definition at line 86 of file hsl_ma97d.h.
int ma97_info::ispare[5] |
Definition at line 89 of file hsl_ma97d.h.
ma97realtype_d_ ma97_info::rspare[10] |
Definition at line 90 of file hsl_ma97d.h.