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

Commit

Permalink
Polyhedron_base.affine_hull_projection: Document a weaker guarantee o…
Browse files Browse the repository at this point in the history
…f parametric_form
  • Loading branch information
Matthias Koeppe committed Apr 13, 2021
1 parent 58e6dcc commit 8414039
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sage/geometry/polyhedron/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -9935,10 +9935,9 @@ def affine_hull_projection(self, as_polyhedron=None, as_affine_map=False, orthog
is a linear transformation and its second component a shift;
see above.
- ``parametric_form`` -- a pair `(v_0, V)` where `v_0` is a vector
and `V` a tuple of vectors. `v_0` is used as a base point
in the transformation and the vectors `V` are its neighbors
(in the already shifted polyhedron).
- ``parametric_form`` -- a pair `(v_0, V)` where `v_0` is a point
of ``self`` and `V` is a tuple of vectors spanning the linear
space parallel to the affine hull of ``self``.
- ``coordinate_images`` -- a tuple of the images of the variables
in the standard coordinate system of the ambient space. These
Expand Down

0 comments on commit 8414039

Please sign in to comment.