mirror of https://github.com/CGAL/cgal
36 lines
943 B
TeX
36 lines
943 B
TeX
|
|
|
|
\ccRefChapter{Monotone and Sorted Matrix Search}
|
|
\ccChapterAuthor{Michael Hoffmann}
|
|
|
|
|
|
This chapter describes concepts, classes, and functions for
|
|
monotone and sorted matrix search.
|
|
|
|
\section*{Assertions}
|
|
The optimization code uses infix \ccc{OPTIMISATION} in the assertions,
|
|
e.g.\ defining the compiler flag
|
|
\ccc{CGAL_OPTIMISATION_NO_PRECONDITIONS} switches precondition
|
|
checking off, cf.~Section~\ref{sec:checks}.
|
|
|
|
\section{Classified References Pages}
|
|
|
|
|
|
\ccRefIdfierPage{CGAL::monotone_matrix_search}\\[1ex]
|
|
\ccRefIdfierPage{CGAL::Dynamic_matrix<M>}\\[1ex]
|
|
\ccRefConceptPage{MonotoneMatrixSearchTraits}\\
|
|
\ccRefConceptPage{BasicMatrix}
|
|
|
|
\smallskip
|
|
|
|
\ccRefIdfierPage{CGAL::sorted_matrix_search}\\[1ex]
|
|
\ccRefIdfierPage{CGAL::Sorted_matrix_search_traits_adaptor<F,M>}\\[1ex]
|
|
\ccRefConceptPage{SortedMatrixSearchTraits}
|
|
|
|
\smallskip
|
|
|
|
|
|
\input{Matrix_search_ref/spec_monotone_matrix_search}
|
|
\input{Matrix_search_ref/spec_sorted_matrix_search}
|
|
|