/dports/math/cvc4/CVC4-1.7/src/theory/arith/ |
H A D | tableau.cpp | 27 void Tableau::pivot(ArithVar oldBasic, ArithVar newBasic, CoefficientChangeCallback& cb){ in pivot() argument 29 Assert(!isBasic(newBasic)); in pivot() 32 Debug("tableau") << "Tableau::pivot(" << oldBasic <<", " << newBasic <<")" << endl; in pivot() 36 rowPivot(oldBasic, newBasic, cb); in pivot() 37 Assert(ridx == basicToRowIndex(newBasic)); in pivot() 41 ColIterator colIter = colIterator(newBasic); in pivot() 63 Assert(isBasic(newBasic)); in pivot() 64 Assert(getColLength(newBasic) == 1); in pivot()
|
/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/optimize/convex/lp/ |
H A D | simplex.go | 557 _, xOpt, newBasic, err := simplex(basicIdxs, c, aNew, b, 1e-10) 571 for i, v := range newBasic { 578 extractColumns(ab, A, newBasic) 579 return newBasic, ab, xb, nil 586 for _, v := range newBasic { 594 newBasic[addedIdx] = i 599 extractColumns(ab, A, newBasic) 604 return newBasic, ab, xb, nil
|
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/optimize/convex/lp/ |
H A D | simplex.go | 559 _, xOpt, newBasic, err := simplex(basicIdxs, c, aNew, b, 1e-10) 573 for i, v := range newBasic { 580 extractColumns(ab, A, newBasic) 581 return newBasic, ab, xb, nil 588 for _, v := range newBasic { 596 newBasic[addedIdx] = i 601 extractColumns(ab, A, newBasic) 606 return newBasic, ab, xb, nil
|
/dports/math/R/R-4.1.2/src/library/methods/man/ |
H A D | RClassUtils.Rd | 30 \alias{newBasic} 86 newBasic(Class, ...) 226 \item{\code{newBasic}:}{
|
/dports/math/libRmath/R-4.1.1/src/library/methods/man/ |
H A D | RClassUtils.Rd | 30 \alias{newBasic} 86 newBasic(Class, ...) 226 \item{\code{newBasic}:}{
|
/dports/math/ogdf/OGDF/src/coin/Clp/ |
H A D | ClpGubDynamicMatrix.cpp | 1126 double newBasic = thisSolution + upper_[iSet] - value; in useEffectiveRhs() local 1127 if (newBasic >= -tolerance) { in useEffectiveRhs() 1130 cost1 = newBasic * cost_[iBasic]; in useEffectiveRhs() 1138 double newBasic = thisSolution + lower_[iSet] - value; in useEffectiveRhs() local 1139 if (newBasic >= -tolerance) { in useEffectiveRhs() 1141 double cost2 = newBasic * cost_[iBasic]; in useEffectiveRhs()
|
H A D | ClpGubMatrix.cpp | 3117 double newBasic = thisSolution + upper_[iSet] - value; in useEffectiveRhs() local 3118 if (newBasic >= columnLower[iBasic] - tolerance && in useEffectiveRhs() 3119 newBasic <= columnUpper[iBasic] + tolerance) { in useEffectiveRhs() 3122 cost1 = newBasic * objective[iBasic]; in useEffectiveRhs() 3130 double newBasic = thisSolution + lower_[iSet] - value; in useEffectiveRhs() local 3131 if (newBasic >= columnLower[iBasic] - tolerance && in useEffectiveRhs() 3132 newBasic <= columnUpper[iBasic] + tolerance) { in useEffectiveRhs() 3134 double cost2 = newBasic * objective[iBasic]; in useEffectiveRhs()
|
/dports/math/clp/Clp-1.17.3/Clp/src/ |
H A D | ClpGubDynamicMatrix.cpp | 1114 double newBasic = thisSolution + upper_[iSet] - value; in useEffectiveRhs() local 1115 if (newBasic >= -tolerance) { in useEffectiveRhs() 1118 cost1 = newBasic * cost_[iBasic]; in useEffectiveRhs() 1126 double newBasic = thisSolution + lower_[iSet] - value; in useEffectiveRhs() local 1127 if (newBasic >= -tolerance) { in useEffectiveRhs() 1129 double cost2 = newBasic * cost_[iBasic]; in useEffectiveRhs()
|
H A D | ClpGubMatrix.cpp | 3073 double newBasic = thisSolution + upper_[iSet] - value; in useEffectiveRhs() local 3074 … if (newBasic >= columnLower[iBasic] - tolerance && newBasic <= columnUpper[iBasic] + tolerance) { in useEffectiveRhs() 3077 cost1 = newBasic * objective[iBasic]; in useEffectiveRhs() 3085 double newBasic = thisSolution + lower_[iSet] - value; in useEffectiveRhs() local 3086 … if (newBasic >= columnLower[iBasic] - tolerance && newBasic <= columnUpper[iBasic] + tolerance) { in useEffectiveRhs() 3088 double cost2 = newBasic * objective[iBasic]; in useEffectiveRhs()
|
/dports/math/R/R-4.1.2/src/library/methods/ |
H A D | NAMESPACE | 147 export(newBasic)
|
/dports/math/libRmath/R-4.1.1/src/library/methods/ |
H A D | NAMESPACE | 147 export(newBasic)
|
/dports/math/R/R-4.1.2/src/library/methods/R/ |
H A D | BasicClasses.R | 48 .setBaseClass(.class, prototype = newBasic(.class), where = envir) 85 .setBaseClass(.class, prototype = newBasic(.class), where = envir)
|
H A D | SClasses.R | 642 return(newBasic(Class, ...))
|
H A D | RClassUtils.R | 596 newBasic <- 725 prototype <- newBasic("logical")
|
/dports/math/libRmath/R-4.1.1/src/library/methods/R/ |
H A D | BasicClasses.R | 48 .setBaseClass(.class, prototype = newBasic(.class), where = envir) 85 .setBaseClass(.class, prototype = newBasic(.class), where = envir)
|
H A D | SClasses.R | 642 return(newBasic(Class, ...))
|
H A D | RClassUtils.R | 596 newBasic <- 725 prototype <- newBasic("logical")
|
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/ |
H A D | type.go | 1823 func newBasic(kind Kind, obj Object) *Type { func
|
/dports/sysutils/py-diffoscope/diffoscope-204/tests/data/ |
H A D | rdb_expected_diff | 641 + "imports" = "newBasic = "newBasic", .__C__.environment = ".__C__.environment", "
|