Home
last modified time | relevance | path

Searched defs:tr_bounds (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_lsq/
H A Ddogbox.py77 def find_intersection(x, tr_bounds, lb, ub): argument
106 def dogleg_step(x, newton_step, g, a, b, tr_bounds, lb, ub): argument