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

void Impala::Core::Table::Bayes::ResetMatrix ( double **&  matrix,
int  nRow,
int  nCol 
) [inline]

Definition at line 401 of file Bayes.h.

Referenced by Bayes(), and Impala::Core::Table::BayesCondProb::BayesCondProb().

00402     {
00403         for (int k=0; k<nRow; k++)
00404             memset(matrix[k],0,sizeof(double)*nCol);
00405     }


Generated on Fri Mar 19 11:20:14 2010 for ImpalaSrc by  doxygen 1.5.1