Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

Vector64 Impala::Core::Matrix::DistributedAccess::GetRowFromPart ( int  part,
int  index 
) [inline, private]

Definition at line 684 of file DistributedAccess.h.

References GetPart(), Impala::Core::Matrix::VirtualMatrix::GetRow(), Impala::Core::Matrix::DistributedAccess::IndexConverter::IndexToPart(), mParts, mRows, and Impala::Core::Matrix::DistributedAccess::IndexConverter::PartToIndex().

Referenced by GetDataFromPart().

00685     {
00686         Vector64 v;
00687         int rowPart = mRows->IndexToPart(index);
00688         index -= mRows->PartToIndex(rowPart);
00689         if (mParts.size() != 0)
00690             v = GetPart(part)->GetRow(index);
00691         return v;
00692     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:19 2011 for ImpalaSrc by  doxygen 1.5.1