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

int Impala::Core::Training::KernelMatrix::GetRow ( int  rowNr,
Real64 buffer,
int  bufferSize 
) [inline]

Definition at line 160 of file KernelMatrix.h.

References Impala::Core::Matrix::DistributedAccess::GetRow(), and mDA.

00161     {
00162         if (mDA)
00163             return mDA->GetRow(rowNr, buffer, bufferSize);
00164         return 0;
00165     }

Here is the call graph for this function:


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