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

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

Definition at line 695 of file DistributedAccess.h.

References Impala::Core::Matrix::VirtualMatrix::GetDiagonal(), GetPart(), and mParts.

Referenced by GetDataFromPart().

00696     {
00697         Vector64 v;
00698         if (mParts.size() != 0)
00699             v = GetPart(part)->GetDiagonal();
00700         return v;
00701     }

Here is the call graph for this function:


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