Home
last modified time | relevance | path

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

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DGeneral.cpp134 const Int localHeightA = in Translate() local
174 ( A.Buffer(0,jLoc), &buffer[jLoc*localHeightA], localHeightA ); in Translate()
1156 const Int localHeightA = A.LocalHeight(); in RowFilterFrom() local
1157 const Int sendSize = localHeightA*localWidth; in RowFilterFrom()
1168 ( &sendBuf[jLoc*localHeightA], in RowFilterFrom()
1543 const Int localHeightA = A.LocalHeight(); in PartialRowAllToAllFrom() local
1832 const Int localHeightA = A.LocalHeight(); in PartialRowAllToAll() local
1883 &data[jLoc*localHeightA], localHeightA ); in PartialRowAllToAll()
1939 &data[jLoc*localHeightA], localHeightA ); in PartialRowAllToAll()
2135 const Int localHeightA = A.LocalHeight(); in RowSumScatterUpdate() local
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/blas-like/level3/Gemm/
H A DNN.hpp54 const Int localHeightA = A.LocalHeight(); in Cannon_NN() local
58 Matrix<T> pkgA(localHeightA,localWidthA,localHeightA), in Cannon_NN()
62 ( pkgA.Buffer(0,jLoc), A.LockedBuffer(0,jLoc), localHeightA ); in Cannon_NN()
74 const Int pkgSizeA = localHeightA*localWidthA; in Cannon_NN()