Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Trac #27366: cache affine hull
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrenn committed Mar 12, 2019
1 parent 3c09477 commit 82ad45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6606,6 +6606,7 @@ def parametric_form(self):
itertools.islice(q0.neighbors(), self.dim()))
return v0, q0_neighbors

@cached_method
def affine_hull(self, as_polyhedron=None, as_affine_map=False,
orthogonal=False, orthonormal=False, extend=False,
return_all_data=False):
Expand Down

0 comments on commit 82ad45b

Please sign in to comment.