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

void Impala::Core::Matrix::DistributedAccess::SetRows ( int  nr  )  [inline]

Definition at line 195 of file DistributedAccess.h.

References mRows, and Impala::Core::Matrix::DistributedAccess::IndexConverter::PartCount().

00196     {
00197         int partCount = mRows->PartCount();
00198         delete mRows;
00199         mRows = new IndexConverter(nr, partCount);
00200     }

Here is the call graph for this function:


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