Function vector_remove_dups_tol (o2scl)
¶
O2scl
:
Function List
template
<
class
vec_t
,
class
vec2_t
,
class
data_t
>
void
o2scl
::
vector_remove_dups_tol
(
size_t
n
,
const
vec_t
&
data
,
vec2_t
&
out
,
data_t
tol
)
¶
Remove duplicates from a sorted vector given a tolerance.