Commit 7eab4ed0 authored by Davis King's avatar Davis King

Suppressed warnings about unused testing code.

parent 514be3de
...@@ -18,6 +18,7 @@ namespace ...@@ -18,6 +18,7 @@ namespace
dlib::rand rnd; dlib::rand rnd;
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
/*
std::vector<std::map<unsigned long, double> > make_really_big_test_matrix ( std::vector<std::map<unsigned long, double> > make_really_big_test_matrix (
) )
{ {
...@@ -29,6 +30,7 @@ namespace ...@@ -29,6 +30,7 @@ namespace
} }
return temp; return temp;
} }
*/
template <typename T> template <typename T>
std::vector<std::map<unsigned long, T> > mat_to_sparse ( std::vector<std::map<unsigned long, T> > mat_to_sparse (
...@@ -60,6 +62,7 @@ namespace ...@@ -60,6 +62,7 @@ namespace
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
/*
void check_correlation ( void check_correlation (
matrix<double> L, matrix<double> L,
matrix<double> R, matrix<double> R,
...@@ -82,6 +85,7 @@ namespace ...@@ -82,6 +85,7 @@ namespace
cout << "error: "<< A(i) - correlations(i); cout << "error: "<< A(i) - correlations(i);
} }
} }
*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment