Home
last modified time | relevance | path

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

/dports/math/combblas/CombBLAS_beta_16_2/BipartiteMatchings/
H A DBPMaximumMatching.h172 …MPI_Win_create((IT*)mateRow2Col.GetLocArr(), mateRow2Col.LocArrSize() * sizeof(IT), sizeof(IT), MP… in AugmentPath()
173 …MPI_Win_create((IT*)mateCol2Row.GetLocArr(), mateCol2Row.LocArrSize() * sizeof(IT), sizeof(IT), MP… in AugmentPath()
174 …MPI_Win_create((IT*)parentsRow.GetLocArr(), parentsRow.LocArrSize() * sizeof(IT), sizeof(IT), MPI_… in AugmentPath()
177 IT* leaves_ptr = (IT*) leaves.GetLocArr(); in AugmentPath()
270 …MPI_Win_create((IT*)leaves.GetLocArr(), leaves.LocArrSize() * sizeof(IT), sizeof(IT), MPI_INFO_NUL…
H A DUtility.h197 …MPI_Sendrecv(mateCol2Row.GetLocArr(), xsize, MPIType<IT>(), diagneigh, TRX, trxnums.data(), trxsiz… in MatchingWeight()
H A DApproxWeightPerfectMatching.h388 IT* localC2R = (IT*) mateCol2Row.GetLocArr(); in UpdateMatching()
850 …MPI_Sendrecv(mateCol2Row.GetLocArr(), xsize, MPIType<IT>(), diagneigh, TRX, trxnums.data(), trxsiz… in TwoThirdApprox()
880 …MPI_Allgatherv(mateRow2Col.GetLocArr(), xsize, MPIType<IT>(), RepMateR2C.data(), rowsize.data(), r… in TwoThirdApprox()
/dports/math/hipmcl/azadcse-hipmcl-e20476acc473/src/
H A DWriteMCLClusters.h62 const IT* larr = clustIdForVtx.GetLocArr(); // local part of cluster ids for vertices in WriteMCLClusters()
84 const STRASARRAY* lVtxLabels = vtxLabels.GetLocArr(); in WriteMCLClusters()
167 const IT* larr = clustIdForVtx.GetLocArr(); // local part of cluster ids for vertices in WriteMCLClusters()
H A DCC.h364 const IT * locCCSizes = ccSizes.GetLocArr(); in HistCC()
/dports/math/combblas/CombBLAS_beta_16_2/Applications/
H A DWriteMCLClusters.h62 const IT* larr = clustIdForVtx.GetLocArr(); // local part of cluster ids for vertices in WriteMCLClusters()
84 const STRASARRAY* lVtxLabels = vtxLabels.GetLocArr(); in WriteMCLClusters()
167 const IT* larr = clustIdForVtx.GetLocArr(); // local part of cluster ids for vertices in WriteMCLClusters()
H A DCC.h364 const IT * locCCSizes = ccSizes.GetLocArr(); in HistCC()
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/
H A DFullyDistVec.h167 const NT * GetLocArr() const { return arr.data(); } // = MyLocLength() once arr is resized in GetLocArr() function