Merge pull request #7093 from afabri/Spatial_searching-Weighted_Minkowski_doc_fix-GF

Spatial_searching: Fix doc
This commit is contained in:
Laurent Rineau 2022-12-05 11:57:01 +01:00
commit a59c56239f
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>