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

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

Definition at line 661 of file DistributedAccess.h.

References GetColumnFromPart(), GetDiagonalFromPart(), and GetRowFromPart().

Referenced by GetData(), and StartEventLoop().

00662     {
00663         Vector64 v;
00664         if (cmd == "diagonal")
00665             v = GetDiagonalFromPart(part);
00666         if (cmd == "column")
00667             v = GetColumnFromPart(part, index);
00668         if (cmd == "row")
00669             v = GetRowFromPart(part, index);
00670         return v;
00671     }

Here is the call graph for this function:


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