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

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

Definition at line 408 of file Bayes.h.

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

00409     {
00410         for (int k=0; k<nRow; k++)
00411             delete []matrix[k];
00412 
00413         delete []matrix;
00414     }


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