Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
7eab4ed0
".github/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "501d9de7015d728d5ffa85310a7662b05abadf9a"
Commit
7eab4ed0
authored
Oct 27, 2015
by
Davis King
Browse files
Suppressed warnings about unused testing code.
parent
514be3de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
dlib/test/cca.cpp
dlib/test/cca.cpp
+4
-0
No files found.
dlib/test/cca.cpp
View file @
7eab4ed0
...
...
@@ -18,6 +18,7 @@ namespace
dlib
::
rand
rnd
;
// ----------------------------------------------------------------------------------------
/*
std::vector<std::map<unsigned long, double> > make_really_big_test_matrix (
)
{
...
...
@@ -29,6 +30,7 @@ namespace
}
return temp;
}
*/
template
<
typename
T
>
std
::
vector
<
std
::
map
<
unsigned
long
,
T
>
>
mat_to_sparse
(
...
...
@@ -60,6 +62,7 @@ namespace
// ----------------------------------------------------------------------------------------
/*
void check_correlation (
matrix<double> L,
matrix<double> R,
...
...
@@ -82,6 +85,7 @@ namespace
cout << "error: "<< A(i) - correlations(i);
}
}
*/
// ----------------------------------------------------------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment