Spatial_searching: Fix doc

This commit is contained in:
Andreas Fabri 2022-11-29 10:45:00 +00:00
parent 35fa93f9c0
commit 2c8d317960
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ Constructor implementing \f$ l_2\f$ metric for \f$ d\f$-dimensional points.
Weighted_Minkowski_distance(int d,Traits t=Traits());
/*!
Constructor implementing the \f$ l_{power}(weights)\f$ metric. \f$ power \leq0\f$ denotes the \f$ l_{\infty}(weights)\f$ metric.
Constructor implementing the \f$ l_{power}(weights)\f$ metric. `power=0`
denotes the \f$ l_{\infty}(weights)\f$ metric.
The values in the iterator range `[wb,we)` are the weight.
*/
template <class InputIterator>