Home
last modified time | relevance | path

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

/dports/science/teem/teem-1.11.0-src/src/ten/
H A Destimate.c1342 stepSize, badInit, bad, badDelta, stepSizeMin = 0.00000000001, badLast; in _tenEstimate1TensorDescent() local
1421 badLast = bad; in _tenEstimate1TensorDescent()
1447 badDelta = bad - badLast; in _tenEstimate1TensorDescent()
1448 badLast = bad; in _tenEstimate1TensorDescent()