Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor Hausdorff distance to header-only API #538
Refactor Hausdorff distance to header-only API #538
Changes from 99 commits
314580d
0736356
5830b66
4c16cd6
7580661
073e2d7
e37d61e
9d8e3eb
7f2bbad
2448677
0d954e0
7d100dc
daa82a8
c4ba1f7
454d967
a5dab4a
08dfe95
e373065
49bb466
3ae133e
f8947eb
564cc4c
8b3edae
9e7c8f0
4a6976e
048df0d
c208144
67ab7b7
45953e6
21db279
66a7e1f
be1226c
8134f12
42f909e
e5cb703
7939b15
213299b
0b78d87
c6a392c
17569c6
d5ef3b7
2acba65
4883664
7af5673
ae8ba04
f863e61
4f859ba
2c42845
434cbe9
6858cc4
50146a8
1861dc9
0d5dc94
ca54b2c
a427af6
2c6ec85
9958f48
dc944c5
e36186a
62aa1ad
af38652
ae11443
79d57aa
e2a3db7
a1512d8
9b1687c
dea41f1
270cfe2
37fe51e
815a00b
2204661
cb5d301
183c10c
b2fbaad
1752485
fe83ea2
eebb9d6
13c8144
7ee9b94
5926bcc
8194142
4a81a5b
0309fd9
ce6280f
2c5e8bf
80fceba
d849ce3
e8fe80b
d441462
9a15132
d242701
2c7ee53
bda3226
b9c704c
f8d10c4
1a8132a
7a2ee08
76280e7
a7a318a
d6a2955
1df7784
f29fde4
64a7e2a
c7ba2ce
ff62071
2996a59
76604d4
c56a289
54857ba
7535336
1636ba2
b8766e2
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we usually omit the template parameters that are auto deduced?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not that I noticed. Why omit it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, I approved too soon. The docs for template parameter here should be added.