Home
last modified time | relevance | path

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

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_lsq/
H A Dleast_squares.py168 def huber(z, rho, cost_only): argument
180 def soft_l1(z, rho, cost_only): argument
189 def cauchy(z, rho, cost_only): argument
198 def arctan(z, rho, cost_only): argument
219 def loss_function(f, cost_only=False): argument
228 def loss_function(f, cost_only=False): argument
/dports/databases/pgrouting/pgrouting-3.2.0/include/cpp_common/
H A Dpgr_bidirectional.hpp227 bool cost_only; member in pgrouting::bidirectional::Pgr_bidirectional