#5117: [with patch] Rename the Polyhedron.union(...) method
---------------------------+------------------------------------------------
Reporter: sbarthelemy | Owner: mhampton
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.4.2
Component: geometry | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Changes (by vbraun):
* cc: vbraun (added)
* status: needs_info => needs_review
Comment:
Patch renames `self.union()` to `self.convex_hull()` and improves the
handling of the underlying field for various operations, for example
{{{
sage: triangle = Polyhedron(vertices=[[1,0],[0,1],[-1,-1]])
sage: (1 * triangle).field()
Rational Field
sage: (1.0 * triangle).field()
Real Double Field
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5117#comment:7>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.