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

int Impala::Core::Matrix::DistributedAccess::IndexConverter::PartToIndex ( int  part  )  [inline]

Definition at line 54 of file DistributedAccess.h.

References mBlockSize, Impala::Min(), and mTotalSize.

Referenced by Impala::Core::Matrix::DistributedAccess::CopyParts(), and Impala::Core::Matrix::DistributedAccess::StartEventLoop().

00055         {
00056             return Min(part * mBlockSize, mTotalSize);
00057         }

Here is the call graph for this function:


Generated on Fri Mar 19 11:16:31 2010 for ImpalaSrc by  doxygen 1.5.1