Home
last modified time | relevance | path

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

/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/
H A DKDTree.cxx116 Scalar currentGreatestValidSquaredDistance = values_[0]; in collectNearestNeighbours() local
134 currentGreatestValidSquaredDistance = values_[0]; in collectNearestNeighbours()
142 if (size_ == capacity_ && currentGreatestValidSquaredDistance < delta * delta) return; in collectNearestNeighbours()
156 else if (localSquaredDistance < currentGreatestValidSquaredDistance) in collectNearestNeighbours()