#include <factor.h>
Definition at line 42 of file factor.h.
Data Fields | |
| int | delay |
| EGlpNum_t | max |
| int | next |
| int | nzcnt |
| int | pivcnt |
| int | prev |
| int | rbeg |
| int ur_info::delay |
| EGlpNum_t ur_info::max |
Definition at line 44 of file factor.h.
Referenced by elim(), ILLfactor_create_factor_work(), and ILLfactor_free_factor_work().
| int ur_info::next |
Definition at line 48 of file factor.h.
Referenced by find_pivot(), ILLfactor_create_factor_work(), remove_row(), and set_row_nz().
| int ur_info::nzcnt |
Definition at line 46 of file factor.h.
Referenced by add_nonzero(), btranu3_delay2(), btranu3_process2(), clear_row(), delete_nonzero_row(), delete_row(), dense_build_matrix(), elim(), elim_row(), eliminate_row(), expand_row(), find_coef(), ILLfactor_btranu(), ILLfactor_create_factor_work(), ILLfactor_update(), init_matrix(), load_row(), make_ur_space(), move_pivot_row(), serow_delay(), and serow_process().
| int ur_info::pivcnt |
Definition at line 47 of file factor.h.
Referenced by elim_row(), find_pivot_column(), find_pivot_row(), ILLfactor_try(), remove_row_nz(), and set_row_nz().
| int ur_info::prev |
Definition at line 49 of file factor.h.
Referenced by ILLfactor_create_factor_work(), remove_row(), and set_row_nz().
| int ur_info::rbeg |
Definition at line 45 of file factor.h.
Referenced by add_nonzero(), btranu3_delay2(), btranu3_process2(), build_iteration_u_data(), clear_row(), delete_nonzero_col(), delete_nonzero_row(), delete_row(), dense_build_matrix(), elim(), elim_row(), eliminate_row(), expand_row(), find_coef(), find_pivot(), find_pivot_row(), ILLfactor_btranu(), ILLfactor_update(), init_matrix(), load_row(), make_ur_space(), move_pivot_col(), move_pivot_row(), remove_row_nz(), serow_delay(), and serow_process().
1.4.7