Home
last modified time | relevance | path

Searched refs:stepSizeMin (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
1405 } while (bad > badInit && stepSize > stepSizeMin); in _tenEstimate1TensorDescent()
1407 if (stepSize <= stepSizeMin) { in _tenEstimate1TensorDescent()