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

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

Definition at line 702 of file mainIm.cpp.

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

Referenced by DoTest().

00703 {
00704     for (int r=0 ; r<m.nRow() ; r++)
00705     {
00706         for (int c=0 ; c<m.nCol() ; c++)
00707         {
00708             std::cout << "m[" << r << "][" << c << "] = " << m[r][c] << ", ";
00709         }
00710         std::cout << std::endl;
00711     }
00712 }

Here is the call graph for this function:


Generated on Fri Mar 19 10:42:26 2010 for ImpalaSrc by  doxygen 1.5.1