Home
last modified time | relevance | path

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

/dports/math/polymake/polymake-4.5/bundled/atint/apps/tropical/src/
H A Dsurface_intersection.cc197 Set<Int> containing_cones; in compute_surface_star() local
213 containing_cones += mc; in compute_surface_star()
222 …Set<Int> cone_intersection = accumulate( rows( cones.minor(containing_cones,All)), operations::mul… in compute_surface_star()
224 accumulate( rows(cones.minor(containing_cones,All)),operations::add()); in compute_surface_star()
249 "MAXIMAL_POLYTOPES", star_cones.minor(containing_cones, ~rays_to_remove), in compute_surface_star()
251 "WEIGHTS", ones_vector<Integer>(containing_cones.size())); in compute_surface_star()