Home
last modified time | relevance | path

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

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DMC_MR.cpp578 for( Int rowSend=0; rowSend<numRowSends; ++rowSend ) in CopyFromDifferentGrid() local
586 Int sendWidth = Length(A.LocalWidth(),rowSend,numRowSends); in CopyFromDifferentGrid()
592 const Int j = rowSend+jLoc*localRowStrideA; in CopyFromDifferentGrid()
612 const Int sendRowOffset = (rowSend*rowStrideA+rowAlignA) % rowStrideA; in CopyFromDifferentGrid()
613 const Int recvRowOffset = (rowSend*rowStrideA+rowAlign) % rowStride; in CopyFromDifferentGrid()
637 … const Int sendRowShift = Shift( sendCol, rowAlignA, rowStrideA ) + rowSend*rowStrideA; in CopyFromDifferentGrid()