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

std::ostream& Impala::Persistency::operator<< ( std::ostream &  os,
const KernelMatrixLocator &  loc 
)

Definition at line 274 of file KernelMatrixLocator.h.

References Impala::Persistency::KernelMatrixLocator::ToString().

00275 {
00276     os << loc.ToString();
00277     return os;
00278 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:23 2011 for ImpalaSrc by  doxygen 1.5.1