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
c89b6225
"graphbolt/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "d9a3868f385e2d6d6e37e3c7674fdc022c6b2213"
Commit
c89b6225
authored
Feb 16, 2017
by
Davis King
Browse files
Fixed error in find_gap_between_convex_hulls() test
parent
eb08cfc6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/opt_qp_solver.cpp
dlib/test/opt_qp_solver.cpp
+1
-1
No files found.
dlib/test/opt_qp_solver.cpp
View file @
c89b6225
...
@@ -440,7 +440,7 @@ namespace
...
@@ -440,7 +440,7 @@ namespace
bool
which
=
true
;
bool
which
=
true
;
for
(
size_t
i
=
0
;
i
<
10000
;
++
i
)
for
(
size_t
i
=
0
;
i
<
10000
;
++
i
)
{
{
matrix
<
double
,
0
,
1
>
v
=
gaussian_randm
(
15
,
2
,
i
);
matrix
<
double
,
0
,
1
>
v
=
gaussian_randm
(
15
,
1
,
i
);
const
auto
min_dist1
=
min_distance_to
(
set1
,
v
);
const
auto
min_dist1
=
min_distance_to
(
set1
,
v
);
const
auto
min_dist2
=
min_distance_to
(
set2
,
v
);
const
auto
min_dist2
=
min_distance_to
(
set2
,
v
);
const
auto
max_dist1
=
max_distance_to
(
set1
,
v
);
const
auto
max_dist1
=
max_distance_to
(
set1
,
v
);
...
...
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