#include <hsl_mc68i.h>
Public Attributes | |
Extra options for C version | |
int | f_array_in |
0 for C array indexing, 1 for Fortran indexing More... | |
int | f_array_out |
0 for C array indexing, 1 for Fortran indexing More... | |
long | min_l_workspace |
Initial size of workspace, as argument in Fortran. More... | |
Options from Fortran version | |
int | lp |
stream number for error messages More... | |
int | wp |
stream number for warning messages More... | |
int | mp |
stream number for diagnostic messages More... | |
int | nemin |
stream number for diagnostic messages More... | |
int | print_level |
amount of informational output required More... | |
int | row_full_thresh |
percentage threshold for full row More... | |
int | row_search |
Number of rows searched for pivot with ord=6. More... | |
Definition at line 24 of file hsl_mc68i.h.
int mc68_control::f_array_in |
0 for C array indexing, 1 for Fortran indexing
Definition at line 30 of file hsl_mc68i.h.
int mc68_control::f_array_out |
0 for C array indexing, 1 for Fortran indexing
Definition at line 35 of file hsl_mc68i.h.
long mc68_control::min_l_workspace |
Initial size of workspace, as argument in Fortran.
Definition at line 36 of file hsl_mc68i.h.
int mc68_control::lp |
stream number for error messages
Definition at line 42 of file hsl_mc68i.h.
int mc68_control::wp |
stream number for warning messages
Definition at line 43 of file hsl_mc68i.h.
int mc68_control::mp |
stream number for diagnostic messages
Definition at line 44 of file hsl_mc68i.h.
int mc68_control::nemin |
stream number for diagnostic messages
Definition at line 45 of file hsl_mc68i.h.
int mc68_control::print_level |
amount of informational output required
Definition at line 46 of file hsl_mc68i.h.
int mc68_control::row_full_thresh |
percentage threshold for full row
Definition at line 47 of file hsl_mc68i.h.
int mc68_control::row_search |
Number of rows searched for pivot with ord=6.
Definition at line 48 of file hsl_mc68i.h.