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

template<class ArrayT>
virtual int Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >::GetRowImpl ( int  rowNr,
Real64 buffer,
int  bufferSize 
) [inline, private, virtual]

Reimplemented from Impala::Core::Matrix::VirtualMatrix.

Definition at line 64 of file VirtualMatrixMemory.h.

References Impala::Core::Matrix::VirtualMatrixMemory< ArrayT >::ReadRow().

00065     {
00066         return ReadRow(rowNr, buffer, bufferSize);
00067     }

Here is the call graph for this function:


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