/// \defgroup PkgMatrixSearchRef Monotone and Sorted Matrix Search Reference

/// \defgroup PkgMatrixSearchConcepts Concepts
/// \ingroup PkgMatrixSearchRef

/*!
\addtogroup PkgMatrixSearchRef
\todo check generated documentation
\cgalPkgDescriptionBegin{Monotone and Sorted Matrix Search,PkgMatrixSearch}
\cgalPkgPicture{matrix.png}
\cgalPkgSummaryBegin
\cgalPkgAuthor{Michael Hoffmann}
\cgalPkgDesc{This package provides a matrix search framework, which is the underlying technique for the computation of all furthest neighbors for the vertices of a convex polygon,  maximal k-gons inscribed into a planar point set, and computing rectangular p-centers.}
\cgalPkgManuals{Chapter_Monotone_and_Sorted_Matrix_Search,PkgMatrixSearchRef}
\cgalPkgSummaryEnd
\cgalPkgShortInfoBegin
\cgalPkgSince{1.1}
\cgalPkgBib{cgal:h-msms}
\cgalPkgLicense{\ref licensesGPL "GPL"}
\cgalPkgShortInfoEnd
\cgalPkgDescriptionEnd

This chapter describes concepts, classes, and functions for
monotone and sorted matrix search.


\cgalClassifedRefPages

- `CGAL::monotone_matrix_search()`
- `CGAL::Dynamic_matrix<M>`
- `MonotoneMatrixSearchTraits`
- `BasicMatrix`

- `CGAL::sorted_matrix_search()`
- `CGAL::Sorted_matrix_search_traits_adaptor<F,M>`
- `SortedMatrixSearchTraits`


*/
