Home
last modified time | relevance | path

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

/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/DistMatrix/
H A DSTAR_MC.cpp138 const Int thisLDim = this->LDim(); in operator =() local
147 thisBuf[(offset+jLoc*c)*thisLDim] = data[jLoc]; in operator =()
H A DSTAR_VR.cpp185 const Int thisLDim = this->LDim(); in operator =() local
190 T* thisCol = &thisBuf[jLoc*thisLDim]; in operator =()
H A DVC_STAR.cpp188 const Int thisLDim = this->LDim(); in operator =() local
193 T* thisCol = &thisBuf[j*thisLDim]; in operator =()
H A DVR_STAR.cpp176 const Int thisLDim = this->LDim(); in operator =() local
181 T* thisCol = &thisBuf[j*thisLDim]; in operator =()
H A DSTAR_VC.cpp198 const Int thisLDim = this->LDim(); in operator =() local
203 T* thisCol = &thisBuf[jLoc*thisLDim]; in operator =()
H A DGeneral.cpp2109 const Int thisLDim = this->LDim(); in RowSumScatterUpdate() local
2232 const Int thisLDim = this->LDim(); in RowSumScatterUpdate() local
2316 const Int thisLDim = this->LDim(); in ColSumScatterUpdate() local
2321 T* thisCol = &thisBuffer[jLoc*thisLDim]; in ColSumScatterUpdate()
2387 const Int thisLDim = this->LDim(); in ColSumScatterUpdate() local
2460 const Int thisLDim = this->LDim(); in SumScatterUpdate() local
2465 T* thisCol = &thisBuffer[jLoc*thisLDim]; in SumScatterUpdate()
2531 const Int thisLDim = this->LDim(); in PartialRowSumScatterUpdate() local
2536 T* thisCol = &thisBuf[jLoc*thisLDim]; in PartialRowSumScatterUpdate()
2618 const Int thisLDim = this->LDim(); in PartialColSumScatterUpdate() local
[all …]
H A DMR_MC.cpp198 const Int thisLDim = this->LDim(); in operator =() local
209 thisBuf[(offset+jLoc*c)*thisLDim] = data[jLoc]; in operator =()
H A DMC_MR.cpp236 const Int thisLDim = this->LDim(); in operator =() local
247 thisBuffer[(offset+jLoc*r)*thisLDim] = data[jLoc]; in operator =()