-
-
Notifications
You must be signed in to change notification settings - Fork 553
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements for projection into affine hull #29326
Comments
Branch: public/29326 |
This comment has been minimized.
This comment has been minimized.
Commit: |
Reviewer: Laith Rastanawi |
comment:2
- :meth:`~sage.geometry.polyhedron.base.Polyhedron_base.affine_hull_projection` | constructs an affinely equivalent full dimensional polyhedra
+ :meth:`~sage.geometry.polyhedron.base.Polyhedron_base.affine_hull_projection` | constructs an affinely equivalent full-dimensional polyhedron
- A full-dimensional polyhedron or a linear transformation,
+ A full-dimensional polyhedron or an affine transformation,
depending on the parameter ``as_affine_map``.
- - allow to return ``as_affine_map=True`` for default setting
|
comment:3
The name has been discussed in https://groups.google.com/forum/#!topic/sage-devel/MEmAIPDPcHY |
comment:4
Replying to @kliem:
I just wanted to hear some other opinions, and since many people already agreed for the name, I am also fine with it. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
It is good to go. |
Changed branch from public/29326 to |
This ticket renames
affine_hull
ofPolyhedron_base
toaffine_hull_projection
and adds a deprecation warning.Before, this function was hard to recognize, as by the name one expected to obtain the affine hull and not the polyhedron projected into it.
Also this ticket makes use of #28724 to simplify construction: We determine a transformation matrix
A
and a vectorb
and basically returnA*P - b
, whereP
is the polyhedron.CC: @jplab @LaisRast
Component: geometry
Keywords: polyhedra, affine hull
Author: Jonathan Kliem
Branch/Commit:
32e59c0
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/29326
The text was updated successfully, but these errors were encountered: