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

void Impala::Application::Im::PrMatrix ( MatrixDouble  m  ) 

Definition at line 750 of file mainIm.cpp.

References Impala::Core::Matrix::MatrixTem< C >::nCol(), and Impala::Core::Matrix::MatrixTem< C >::nRow().

Referenced by DoTest().

00751 {
00752     for (int r=0 ; r<m.nRow() ; r++)
00753     {
00754         for (int c=0 ; c<m.nCol() ; c++)
00755         {
00756             std::cout << "m[" << r << "][" << c << "] = " << m[r][c] << ", ";
00757         }
00758         std::cout << std::endl;
00759     }
00760 }

Here is the call graph for this function:


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