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

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

Definition at line 462 of file Bayes.h.

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

00463     {
00464         for (int k=0; k<nRow; k++)
00465             delete []matrix[k];
00466 
00467         delete []matrix;
00468     }


Generated on Thu Jan 13 09:20:47 2011 for ImpalaSrc by  doxygen 1.5.1