Home
last modified time | relevance | path

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

/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/
H A DContourTreeMesh.h535 auto thisIndices = vtkm::cont::ArrayHandleIndex(this->NumVertices); // A regular index array in MergeWith() local
548 std::merge(vtkm::cont::ArrayPortalToIteratorBegin(thisIndices.ReadPortal()), in MergeWith()
549 vtkm::cont::ArrayPortalToIteratorEnd(thisIndices.ReadPortal()), in MergeWith()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpSimplexDual.cpp6920 const int * thisIndices = column + rowStart[iRow]; in doEasyOnesInValuesPass() local
6925 int iColumn = thisIndices[i]; in doEasyOnesInValuesPass()
6932 int iColumn = thisIndices[i]; in doEasyOnesInValuesPass()
6986 int iColumn = thisIndices[i]; in doEasyOnesInValuesPass()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexDual.cpp7986 const int *thisIndices = column + rowStart[iRow]; in doEasyOnesInValuesPass() local
7991 int iColumn = thisIndices[i]; in doEasyOnesInValuesPass()
7998 int iColumn = thisIndices[i]; in doEasyOnesInValuesPass()
8051 int iColumn = thisIndices[i]; in doEasyOnesInValuesPass()