Home
last modified time | relevance | path

Searched refs:num_of_poles (Results 1 – 1 of 1) sorted by relevance

/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_rat_arc/
H A DRational_function.h126 typename Root_multiplicity_vector::size_type num_of_poles = in initialize() local
131 _poles.reserve(num_of_poles); in initialize()
132 _pole_multiplicities.reserve(num_of_poles); in initialize()
134 _event_roots.reserve(num_of_poles + num_of_intersections); in initialize()
135 _pole_multiplicities.reserve(num_of_poles + num_of_intersections); in initialize()