Did I really forget to delete these declarations too? Apparently today is not

the day for my memory to work well.
This commit is contained in:
Ryan Curtin
2011-02-07 22:26:41 +00:00
parent 338b00776c
commit eef480db7f
@@ -251,12 +251,6 @@ class AllNN {
void ComputeNeighbors(arma::vec& distances);
void ComputeNeighbors(arma::vec& distances, arma::Col<index_t>& results);
/**
* Computes the nearest neighbors naively.
*/
void ComputeNaive(arma::vec& distances);
void ComputeNaive(arma::vec& distances, arma::Col<index_t>& results);
/**
* Initialize and fill an arma::vec of results.
*/