#include "basicdefs.h"
Include dependency graph for dbl_ratio.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | dbl_ratio_res |
Functions | |
| void | dbl_ILLratio_dI_test (dbl_lpinfo *const lp, int const lindex, int const lvstat, dbl_ratio_res *const rs) |
| void | dbl_ILLratio_dII_test (dbl_lpinfo *const lp, int const lindex, int const lvstat, dbl_ratio_res *const rs) |
| void | dbl_ILLratio_longdII_test (dbl_lpinfo *const lp, int const lindex, int const lvstat, dbl_ratio_res *const rs) |
| void | dbl_ILLratio_pI_test (dbl_lpinfo *const lp, int const eindex, int const dir, dbl_ratio_res *const rs) |
| void | dbl_ILLratio_pII_test (dbl_lpinfo *const lp, int const eindex, int const dir, dbl_ratio_res *const rs) |
| void | dbl_ILLratio_pivotin_test (dbl_lpinfo *const lp, int *const rlist, int const rcnt, dbl_ratio_res *const rs) |
| void dbl_ILLratio_dI_test | ( | dbl_lpinfo *const | lp, | |
| int const | lindex, | |||
| int const | lvstat, | |||
| dbl_ratio_res *const | rs | |||
| ) |
| void dbl_ILLratio_dII_test | ( | dbl_lpinfo *const | lp, | |
| int const | lindex, | |||
| int const | lvstat, | |||
| dbl_ratio_res *const | rs | |||
| ) |
| void dbl_ILLratio_longdII_test | ( | dbl_lpinfo *const | lp, | |
| int const | lindex, | |||
| int const | lvstat, | |||
| dbl_ratio_res *const | rs | |||
| ) |
| void dbl_ILLratio_pI_test | ( | dbl_lpinfo *const | lp, | |
| int const | eindex, | |||
| int const | dir, | |||
| dbl_ratio_res *const | rs | |||
| ) |
| void dbl_ILLratio_pII_test | ( | dbl_lpinfo *const | lp, | |
| int const | eindex, | |||
| int const | dir, | |||
| dbl_ratio_res *const | rs | |||
| ) |
| void dbl_ILLratio_pivotin_test | ( | dbl_lpinfo *const | lp, | |
| int *const | rlist, | |||
| int const | rcnt, | |||
| dbl_ratio_res *const | rs | |||
| ) |
Definition at line 1132 of file dbl_ratio.c.
References dbl_lpinfo::baz, dbl_ratio_res::boundch, dbl_svector::coef, dbl_EGlpNumClearVar, dbl_EGlpNumCopy, dbl_EGlpNumCopyAbs, dbl_EGlpNumCopyDiffRatio, dbl_EGlpNumDivUiTo, dbl_EGlpNumInitVar, dbl_EGlpNumIsLeq, dbl_EGlpNumIsLess, dbl_EGlpNumIsNeqq, dbl_EGlpNumIsNeqZero, dbl_EGlpNumMultUiTo, dbl_EGlpNumZero, dbl_INFTY, dbl_NINFTY, ILL_CLEANUP, dbl_svector::indx, dbl_lpinfo::iwork, dbl_ratio_res::lbound, dbl_ratio_res::lindex, dbl_ratio_res::lvstat, dbl_lpinfo::lz, NULL, dbl_svector::nzcnt, dbl_tol_struct::pivot_tol, dbl_ratio_res::pivotval, RATIO_BCHANGE, RATIO_FAILED, dbl_ratio_res::ratio_stat, RATIO_UNBOUNDED, STAT_LOWER, STAT_UPPER, dbl_lpinfo::tol, dbl_ratio_res::tz, dbl_lpinfo::uz, dbl_ILLlp_cache::x, dbl_lpinfo::xbz, and dbl_lpinfo::yjz.
1.5.2