Home
last modified time | relevance | path

Searched refs:coeff_factor (Results 1 – 16 of 16) sorted by relevance

/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinPresolveSubst.cpp49 double coeff_factor, in add_row() argument
75 irowx, irowy, coeff_factor, hinrow[irowx]); in add_row()
94 if (rhsy * coeff_factor) in add_row()
97 rlo[irowx] + rhsy * coeff_factor); in add_row()
99 rlo[irowx] += rhsy * coeff_factor; in add_row()
104 if (rhsy * coeff_factor) in add_row()
107 rup[irowx] + rhsy * coeff_factor); in add_row()
109 rup[irowx] += rhsy * coeff_factor; in add_row()
112 { acts[irowx] += rhsy * coeff_factor ; } in add_row()
432 if (fabs(coeff_factor) > 10.0) in presolve()
[all …]
H A DCoinPresolveDoubleton.cpp73 double coeff_factor, in elim_doubleton() argument
87 row0, icolx, icoly, coeff_factor, bounds_factor, hincol[icolx]); in elim_doubleton()
104 double delta = coeffy*coeff_factor ; in elim_doubleton()
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinPresolveSubst.cpp74 int nrows, double coeff_factor, double kill_ratio, int irowx, int irowy, in add_row() argument
84 << " ADD_ROW: adding (" << coeff_factor << ")*(row " << irowy in add_row()
94 const double rhscorr = rhsy * coeff_factor; in add_row()
95 const double tolerance = kill_ratio * coeff_factor; in add_row()
148 double newcoeff = rowels[krowx] + rowels[krowy] * coeff_factor; in add_row()
167 double newValue = rowels[krowy] * coeff_factor; in add_row()
388 const double coeff_factor = fabs(colCoeffs[kcol] / tgtcoeff); in presolve() local
389 if (coeff_factor > 10.0) in presolve()
526 double coeff_factor = -ait / tgtcoeff; in presolve() local
551 rowLengths, rlink, nrows, coeff_factor, tolerance, i, tgtrow, in presolve()
H A DCoinPresolveImpliedFree.cpp26 double coeff_factor, double kill_ratio, int irowx, int irowy, int &numberBadElements) in check_row() argument
28 const double tolerance = kill_ratio * coeff_factor; in check_row()
42 newcoeff = rowels[krowx] + rowels[krowy] * coeff_factor; in check_row()
44 newcoeff = rowels[krowy] * coeff_factor; in check_row()
926 const double coeff_factor = fabs(colCoeffs[kcol] / tgtcoeff); local
927 if (coeff_factor > 10.0)
974 double coeff_factor = -ait / tgtcoeff; local
986 rowLengths, coeff_factor, tolerance, i, tgtrow, numberBadElements);
H A DCoinPresolveDoubleton.cpp74 double coeff_factor, in elim_doubleton() argument
85 row0, icolx, icoly, coeff_factor, bounds_factor, hincol[icolx]); in elim_doubleton()
100 double delta = coeffy * coeff_factor; in elim_doubleton()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinPresolveSubst.cpp74 int nrows, double coeff_factor, double kill_ratio, int irowx, int irowy, in add_row() argument
84 << " ADD_ROW: adding (" << coeff_factor << ")*(row " << irowy in add_row()
94 const double rhscorr = rhsy * coeff_factor; in add_row()
95 const double tolerance = kill_ratio * coeff_factor; in add_row()
148 double newcoeff = rowels[krowx] + rowels[krowy] * coeff_factor; in add_row()
167 double newValue = rowels[krowy] * coeff_factor; in add_row()
388 const double coeff_factor = fabs(colCoeffs[kcol] / tgtcoeff); in presolve() local
389 if (coeff_factor > 10.0) in presolve()
526 double coeff_factor = -ait / tgtcoeff; in presolve() local
551 rowLengths, rlink, nrows, coeff_factor, tolerance, i, tgtrow, in presolve()
H A DCoinPresolveImpliedFree.cpp26 double coeff_factor, double kill_ratio, int irowx, int irowy, int &numberBadElements) in check_row() argument
28 const double tolerance = kill_ratio * coeff_factor; in check_row()
42 newcoeff = rowels[krowx] + rowels[krowy] * coeff_factor; in check_row()
44 newcoeff = rowels[krowy] * coeff_factor; in check_row()
926 const double coeff_factor = fabs(colCoeffs[kcol] / tgtcoeff); local
927 if (coeff_factor > 10.0)
974 double coeff_factor = -ait / tgtcoeff; local
986 rowLengths, coeff_factor, tolerance, i, tgtrow, numberBadElements);
H A DCoinPresolveDoubleton.cpp74 double coeff_factor, in elim_doubleton() argument
85 row0, icolx, icoly, coeff_factor, bounds_factor, hincol[icolx]); in elim_doubleton()
100 double delta = coeffy * coeff_factor; in elim_doubleton()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinPresolveSubst.cpp74 int nrows, double coeff_factor, double kill_ratio, int irowx, int irowy, in add_row() argument
84 << " ADD_ROW: adding (" << coeff_factor << ")*(row " << irowy in add_row()
94 const double rhscorr = rhsy * coeff_factor; in add_row()
95 const double tolerance = kill_ratio * coeff_factor; in add_row()
148 double newcoeff = rowels[krowx] + rowels[krowy] * coeff_factor; in add_row()
167 double newValue = rowels[krowy] * coeff_factor; in add_row()
388 const double coeff_factor = fabs(colCoeffs[kcol] / tgtcoeff); in presolve() local
389 if (coeff_factor > 10.0) in presolve()
526 double coeff_factor = -ait / tgtcoeff; in presolve() local
551 rowLengths, rlink, nrows, coeff_factor, tolerance, i, tgtrow, in presolve()
H A DCoinPresolveImpliedFree.cpp26 double coeff_factor, double kill_ratio, int irowx, int irowy, int &numberBadElements) in check_row() argument
28 const double tolerance = kill_ratio * coeff_factor; in check_row()
42 newcoeff = rowels[krowx] + rowels[krowy] * coeff_factor; in check_row()
44 newcoeff = rowels[krowy] * coeff_factor; in check_row()
926 const double coeff_factor = fabs(colCoeffs[kcol] / tgtcoeff); local
927 if (coeff_factor > 10.0)
974 double coeff_factor = -ait / tgtcoeff; local
986 rowLengths, coeff_factor, tolerance, i, tgtrow, numberBadElements);
H A DCoinPresolveDoubleton.cpp74 double coeff_factor, in elim_doubleton() argument
85 row0, icolx, icoly, coeff_factor, bounds_factor, hincol[icolx]); in elim_doubleton()
100 double delta = coeffy * coeff_factor; in elim_doubleton()
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plus/
H A Dfilter_dynamic_loudness.c165 double coeff_factor = pow( (end_coeff / start_coeff), 1.0 / (double)*samples ); in filter_get_audio() local
172 coeff = coeff * coeff_factor; in filter_get_audio()
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_dynamic_loudness.c165 double coeff_factor = pow( (end_coeff / start_coeff), 1.0 / (double)*samples ); in filter_get_audio() local
172 coeff = coeff * coeff_factor; in filter_get_audio()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/
H A Dfilter_dynamic_loudness.c165 double coeff_factor = pow( (end_coeff / start_coeff), 1.0 / (double)*samples ); in filter_get_audio() local
172 coeff = coeff * coeff_factor; in filter_get_audio()
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_dynamic_loudness.c165 double coeff_factor = pow( (end_coeff / start_coeff), 1.0 / (double)*samples ); in filter_get_audio() local
172 coeff = coeff * coeff_factor; in filter_get_audio()
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/
H A Dfilter_dynamic_loudness.c165 double coeff_factor = pow( (end_coeff / start_coeff), 1.0 / (double)*samples ); in filter_get_audio() local
172 coeff = coeff * coeff_factor; in filter_get_audio()