add () to function reference in classified ref man

This commit is contained in:
Sébastien Loriot 2013-01-08 17:49:33 +01:00
parent ac8efbe017
commit ade462dbad
6 changed files with 132 additions and 132 deletions

View File

@ -64,21 +64,21 @@
### Global Functions ### ### Global Functions ###
- `CGAL::is_zero` - `CGAL::is_zero()`
- `CGAL::is_one` - `CGAL::is_one()`
- `CGAL::square` - `CGAL::square()`
- `CGAL::simplify` - `CGAL::simplify()`
- `CGAL::unit_part` - `CGAL::unit_part()`
- `CGAL::integral_division` - `CGAL::integral_division()`
- `CGAL::is_square` - `CGAL::is_square()`
- `CGAL::gcd` - `CGAL::gcd()`
- `CGAL::div_mod` - `CGAL::div_mod()`
- `CGAL::div` - `CGAL::div()`
- `CGAL::mod` - `CGAL::mod()`
- `CGAL::inverse` - `CGAL::inverse()`
- `CGAL::sqrt` - `CGAL::sqrt()`
- `CGAL::kth_root` - `CGAL::kth_root()`
- `CGAL::root_of` - `CGAL::root_of()`
## Real Embeddable ## ## Real Embeddable ##
@ -102,14 +102,14 @@
### Global Functions ### ### Global Functions ###
- `CGAL::is_zero` - `CGAL::is_zero()`
- `CGAL::abs` - `CGAL::abs()`
- `CGAL::sign` - `CGAL::sign()`
- `CGAL::is_positive` - `CGAL::is_positive()`
- `CGAL::is_negative` - `CGAL::is_negative()`
- `CGAL::compare` - `CGAL::compare()`
- `CGAL::to_double` - `CGAL::to_double()`
- `CGAL::to_interval` - `CGAL::to_interval()`
## Real Number Types ## ## Real Number Types ##

View File

@ -186,19 +186,19 @@ implemented as peripheral classes or as free (global) functions.
## Functions ## ## Functions ##
- `CGAL::is_valid` - `CGAL::is_valid()`
- `CGAL::insert` - `CGAL::insert()`
- `CGAL::insert_non_intersecting_curve` - `CGAL::insert_non_intersecting_curve()`
- `CGAL::insert_non_intersecting_curves` - `CGAL::insert_non_intersecting_curves()`
- `CGAL::insert_point` - `CGAL::insert_point()`
- `CGAL::remove_edge` - `CGAL::remove_edge()`
- `CGAL::remove_vertex` - `CGAL::remove_vertex()`
- `CGAL::locate` - `CGAL::locate()`
- `CGAL::decompose` - `CGAL::decompose()`
- `CGAL::overlay` - `CGAL::overlay()`
- `CGAL::read` - `CGAL::read()`
- `CGAL::write` - `CGAL::write()`
- `CGAL::remove_curve` - `CGAL::remove_curve()`
- \link PkgArrangement2op_left_shift `CGAL::operator<<` \endlink - \link PkgArrangement2op_left_shift `CGAL::operator<<` \endlink
- \link PkgArrangement2op_right_shift `CGAL::operator<<` \endlink - \link PkgArrangement2op_right_shift `CGAL::operator<<` \endlink

View File

@ -73,35 +73,35 @@ defining `CGAL_CH_CHECK_EXPENSIVE`.
## Convex Hull Functions ## ## Convex Hull Functions ##
- `CGAL::ch_akl_toussaint` - `CGAL::ch_akl_toussaint()`
- `CGAL::ch_bykat` - `CGAL::ch_bykat()`
- `CGAL::ch_eddy` - `CGAL::ch_eddy()`
- `CGAL::ch_graham_andrew` - `CGAL::ch_graham_andrew()`
- `CGAL::ch_jarvis` - `CGAL::ch_jarvis()`
- `CGAL::ch_melkman` - `CGAL::ch_melkman()`
- `CGAL::convex_hull_2` - `CGAL::convex_hull_2()`
## Convexity Checking Functions ## ## Convexity Checking Functions ##
- `CGAL::is_ccw_strongly_convex_2` - `CGAL::is_ccw_strongly_convex_2()`
- `CGAL::is_cw_strongly_convex_2` - `CGAL::is_cw_strongly_convex_2()`
## Hull Subsequence Functions ## ## Hull Subsequence Functions ##
- `CGAL::ch_graham_andrew_scan` - `CGAL::ch_graham_andrew_scan()`
- `CGAL::ch_jarvis_march` - `CGAL::ch_jarvis_march()`
- `CGAL::lower_hull_points_2` - `CGAL::lower_hull_points_2()`
- `CGAL::upper_hull_points_2` - `CGAL::upper_hull_points_2()`
## Extreme Point Functions ## ## Extreme Point Functions ##
- `CGAL::ch_e_point` - `CGAL::ch_e_point()`
- `CGAL::ch_nswe_point` - `CGAL::ch_nswe_point()`
- `CGAL::ch_n_point` - `CGAL::ch_n_point()`
- `CGAL::ch_ns_point` - `CGAL::ch_ns_point()`
- `CGAL::ch_s_point` - `CGAL::ch_s_point()`
- `CGAL::ch_w_point` - `CGAL::ch_w_point()`
- `CGAL::ch_we_point` - `CGAL::ch_we_point()`
*/ */

View File

@ -93,8 +93,8 @@
## Relates Rational ## ## Relates Rational ##
- `CGAL::Rational_traits<NT>` - `CGAL::Rational_traits<NT>`
- `CGAL::simplest_rational_in_interval` - `CGAL::simplest_rational_in_interval()`
- `CGAL::to_rational` - `CGAL::to_rational()`
## Relates Algebraic Extensions ## ## Relates Algebraic Extensions ##
@ -110,9 +110,9 @@
- `CGAL::Min<T,Less>` - `CGAL::Min<T,Less>`
- `CGAL::Max<T,Less>` - `CGAL::Max<T,Less>`
- `CGAL::Is_valid<T>` - `CGAL::Is_valid<T>`
- `CGAL::min` - `CGAL::min()`
- `CGAL::max` - `CGAL::max()`
- `CGAL::is_valid` - `CGAL::is_valid()`
- `CGAL::Set_ieee_double_precision` - `CGAL::Set_ieee_double_precision`
- `CGAL::Protect_FPU_rounding<Protected>` - `CGAL::Protect_FPU_rounding<Protected>`

View File

@ -102,64 +102,64 @@
## Functions ## ## Functions ##
- `CGAL::get_coefficient` - `CGAL::get_coefficient()`
- `CGAL::get_innermost_coefficient` - `CGAL::get_innermost_coefficient()`
- `CGAL::permute` - `CGAL::permute()`
- `CGAL::swap` - `CGAL::swap()`
- `CGAL::move` - `CGAL::move()`
- `CGAL::degree` - `CGAL::degree()`
- `CGAL::total_degree` - `CGAL::total_degree()`
- `CGAL::degree_vector` - `CGAL::degree_vector()`
- `CGAL::leading_coefficient` - `CGAL::leading_coefficient()`
- `CGAL::innermost_leading_coefficient` - `CGAL::innermost_leading_coefficient()`
- `CGAL::canonicalize` - `CGAL::canonicalize()`
- `CGAL::differentiate` - `CGAL::differentiate()`
- `CGAL::evaluate` - `CGAL::evaluate()`
- `CGAL::evaluate_homogeneous` - `CGAL::evaluate_homogeneous()`
- `CGAL::substitute` - `CGAL::substitute()`
- `CGAL::substitute_homogeneous` - `CGAL::substitute_homogeneous()`
- `CGAL::is_zero_at` - `CGAL::is_zero_at()`
- `CGAL::is_zero_at_homogeneous` - `CGAL::is_zero_at_homogeneous()`
- `CGAL::sign_at` - `CGAL::sign_at()`
- `CGAL::sign_at_homogeneous` - `CGAL::sign_at_homogeneous()`
- `CGAL::compare` - `CGAL::compare()`
- `CGAL::univariate_content` - `CGAL::univariate_content()`
- `CGAL::multivariate_content` - `CGAL::multivariate_content()`
- `CGAL::square_free_factorize` - `CGAL::square_free_factorize()`
- `CGAL::make_square_free` - `CGAL::make_square_free()`
- `CGAL::pseudo_division` - `CGAL::pseudo_division()`
- `CGAL::pseudo_division_quotient` - `CGAL::pseudo_division_quotient()`
- `CGAL::pseudo_division_remainder` - `CGAL::pseudo_division_remainder()`
- `CGAL::gcd_up_to_constant_factor` - `CGAL::gcd_up_to_constant_factor()`
- `CGAL::integral_division_up_to_constant_factor` - `CGAL::integral_division_up_to_constant_factor()`
- `CGAL::univariate_content_up_to_constant_factor` - `CGAL::univariate_content_up_to_constant_factor()`
- `CGAL::square_free_factorize_up_to_constant_factor` - `CGAL::square_free_factorize_up_to_constant_factor()`
- `CGAL::shift` - `CGAL::shift()`
- `CGAL::negate` - `CGAL::negate()`
- `CGAL::invert` - `CGAL::invert()`
- `CGAL::translate` - `CGAL::translate()`
- `CGAL::translate_homogeneous` - `CGAL::translate_homogeneous()`
- `CGAL::scale` - `CGAL::scale()`
- `CGAL::scale_homogeneous` - `CGAL::scale_homogeneous()`
- `CGAL::resultant` - `CGAL::resultant()`
- `CGAL::polynomial_subresultants` - `CGAL::polynomial_subresultants()`
- `CGAL::polynomial_subresultants_with_cofactors` - `CGAL::polynomial_subresultants_with_cofactors()`
- `CGAL::principal_subresultants` - `CGAL::principal_subresultants()`
- `CGAL::sturm_habicht_sequence` - `CGAL::sturm_habicht_sequence()`
- `CGAL::sturm_habicht_sequence_with_cofactors` - `CGAL::sturm_habicht_sequence_with_cofactors()`
- `CGAL::principal_sturm_habicht_sequence` - `CGAL::principal_sturm_habicht_sequence()`
- `CGAL::number_of_real_roots` - `CGAL::number_of_real_roots()`
*/ */

View File

@ -45,17 +45,17 @@ This module provides makers to construct a program, as well as functions to solv
In case you want to construct a program from complicated iterators (whose types you don't know, or simply don't want to bother with), we provide four makers. In case you want to construct a program from complicated iterators (whose types you don't know, or simply don't want to bother with), we provide four makers.
- `CGAL::make_quadratic_program_from_iterators` - `CGAL::make_quadratic_program_from_iterators()`
- `CGAL::make_linear_program_from_iterators` - `CGAL::make_linear_program_from_iterators()`
- `CGAL::make_nonnegative_quadratic_program_from_iterators` - `CGAL::make_nonnegative_quadratic_program_from_iterators()`
- `CGAL::make_nonnegative_linear_program_from_iterators`. - `CGAL::make_nonnegative_linear_program_from_iterators()`
There are four functions to solve a program, one for each program concept. There are four functions to solve a program, one for each program concept.
- `CGAL::solve_quadratic_program` - `CGAL::solve_quadratic_program()`
- `CGAL::solve_linear_program` - `CGAL::solve_linear_program()`
- `CGAL::solve_nonnegative_quadratic_program` - `CGAL::solve_nonnegative_quadratic_program()`
- `CGAL::solve_nonnegative_linear_program` - `CGAL::solve_nonnegative_linear_program()`
The solution process can customized by passing an object of the class The solution process can customized by passing an object of the class
@ -63,10 +63,10 @@ The solution process can customized by passing an object of the class
Programs can be written to an output stream in MPSFormat, using one of the following four functions. Programs can be written to an output stream in MPSFormat, using one of the following four functions.
- `CGAL::print_quadratic_program` - `CGAL::print_quadratic_program()`
- `CGAL::print_linear_program` - `CGAL::print_linear_program()`
- `CGAL::print_nonnegative_quadratic_program` - `CGAL::print_nonnegative_quadratic_program()`
- `CGAL::print_nonnegative_linear_program` - `CGAL::print_nonnegative_linear_program()`
*/ */
@ -128,17 +128,17 @@ In case you want to construct a program from complicated iterators
(whose types you don't know, or simply don't want to bother with), (whose types you don't know, or simply don't want to bother with),
we provide four makers. we provide four makers.
- `CGAL::make_quadratic_program_from_iterators` - `CGAL::make_quadratic_program_from_iterators()`
- `CGAL::make_linear_program_from_iterators` - `CGAL::make_linear_program_from_iterators()`
- `CGAL::make_nonnegative_quadratic_program_from_iterators` - `CGAL::make_nonnegative_quadratic_program_from_iterators()`
- `CGAL::make_nonnegative_linear_program_from_iterators` - `CGAL::make_nonnegative_linear_program_from_iterators()`
There are four functions to solve a program, one for each program concept: There are four functions to solve a program, one for each program concept:
- `CGAL::solve_quadratic_program` - `CGAL::solve_quadratic_program()`
- `CGAL::solve_linear_program` - `CGAL::solve_linear_program()`
- `CGAL::solve_nonnegative_quadratic_program` - `CGAL::solve_nonnegative_quadratic_program()`
- `CGAL::solve_nonnegative_linear_program` - `CGAL::solve_nonnegative_linear_program()`
The solution process can customized by passing an object of the class The solution process can customized by passing an object of the class
@ -147,10 +147,10 @@ The solution process can customized by passing an object of the class
Programs can be written to an output stream in MPSFormat, Programs can be written to an output stream in MPSFormat,
using one of the following four functions: using one of the following four functions:
- `CGAL::print_quadratic_program` - `CGAL::print_quadratic_program()`
- `CGAL::print_linear_program` - `CGAL::print_linear_program()`
- `CGAL::print_nonnegative_quadratic_program` - `CGAL::print_nonnegative_quadratic_program()`
- `CGAL::print_nonnegative_linear_program` - `CGAL::print_nonnegative_linear_program()`
*/ */