mirror of https://github.com/CGAL/cgal
i.e.; linking
This commit is contained in:
parent
8362a1a452
commit
18b8db4e20
|
|
@ -6,12 +6,12 @@ namespace CGAL {
|
||||||
|
|
||||||
The class `Sorted_matrix_search_traits_adaptor` can be used
|
The class `Sorted_matrix_search_traits_adaptor` can be used
|
||||||
as an adaptor to create sorted matrix search traits classes for
|
as an adaptor to create sorted matrix search traits classes for
|
||||||
arbitrary feasibility test and matrix classes `F` resp. `M`.
|
arbitrary feasibility test and matrix classes `F` resp.\ `M`.
|
||||||
|
|
||||||
\models ::SortedMatrixSearchTraits
|
\models ::SortedMatrixSearchTraits
|
||||||
|
|
||||||
\requires `M` is a model for `BasicMatrix`
|
\tparam `M` must be a model for `BasicMatrix`
|
||||||
\requires `F` defines a copy constructor and a monotone `bool operator()( const Value&)`.
|
\tparam `F` must define a copy constructor and a monotone `bool operator()( const Value&)`.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
template< typename F, typename M >
|
template< typename F, typename M >
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
The concept `MonotoneMatrixSearchTraits` is a refinement of
|
The concept `MonotoneMatrixSearchTraits` is a refinement of
|
||||||
`BasicMatrix` and defines types and operations needed to
|
`BasicMatrix` and defines types and operations needed to
|
||||||
compute the maxima for all rows of a totally monotone matrix using
|
compute the maxima for all rows of a totally monotone matrix using
|
||||||
the function `monotone_matrix_search`.
|
the function `CGAL::monotone_matrix_search`.
|
||||||
|
|
||||||
### Notes ###
|
### Notes ###
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
The concept `SortedMatrixSearchTraits` defines types and operations
|
The concept `SortedMatrixSearchTraits` defines types and operations
|
||||||
needed to compute the smallest entry in a set of sorted matrices
|
needed to compute the smallest entry in a set of sorted matrices
|
||||||
that fulfills a certain feasibility criterion using the function
|
that fulfills a certain feasibility criterion using the function
|
||||||
`sorted_matrix_search`.
|
`CGAL::sorted_matrix_search`.
|
||||||
|
|
||||||
\hasModel `CGAL::Sorted_matrix_search_traits_adaptor<F,M>`
|
\hasModel `CGAL::Sorted_matrix_search_traits_adaptor<F,M>`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue