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

Vector64 Impala::Core::Matrix::VirtualMatrix::GetRow ( int  rowNr  )  [inline]

Definition at line 38 of file VirtualMatrix.h.

References Impala::Core::Vector::VectorTem< ElemT >::GetData(), NrCol(), and Impala::Core::Vector::VectorTem< ElemT >::Size().

Referenced by CopyFromImpl(), Diff(), Impala::Core::Matrix::DistributedAccess::GetRowFromPart(), and Impala::Core::Feature::VirtualFeatureTableIOBufferReader::GetVectorImpl().

00039     {
00040         Vector64 res(NrCol());
00041         GetRow(rowNr, res.GetData(), res.Size());
00042         return res;
00043     }

Here is the call graph for this function:


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