forked from sagemath/sage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sagemathgh-37854: Maximal angles between convex cones
My colleagues are writing about this stuff again. Let's migrate sagemath#29169 from the old Trac branch. Relative to _develop_: * Add a new reference * Add a new module `src.sage.geometry.cone_critical_angles` for the implementation * Add a `max_angle()` method to the class in `src.sage.geometry.cone` for the user interface Relative to the old trac branch: * Update the algorithm to take https://www.heldermann.de/JCA/JCA31/JCA311/jca31015.htm into consideration * Add that paper as a reference * Drop the more-general critical angles computation. It isn't nearly as nice as the maximal angle method. TODO: * ~~Revert commit 95e5763 after checking the docs~~ URL: sagemath#37854 Reported by: Michael Orlitzky Reviewer(s): Kwankyu Lee, Matthias Köppe, Michael Orlitzky, Travis Scrimshaw
- Loading branch information
Showing
4 changed files
with
1,227 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.