Changeset aafc931 in git
- Timestamp:
- Feb 6, 2017, 12:28:21 PM (6 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 1e44f4e96f5966b2b7a6a81f4f38ccb68bfb01c5
- Parents:
- 917287cccce32f4b5c018bb33c440a246cbc6aae
- git-author:
- Janko Boehm <boehm@mathematik.uni-kl.de>2017-02-06 12:28:21+01:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2017-06-08 18:10:27+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gitfan.lib
r917287 raafc931 2460 2460 PURPOSE: Computes the GIT fan associated to J and Q. Optionally a symmetry group action on the column space of Q can be specified. 2461 2461 RETURN: a fan, the GIT fan. 2462 NOTE: The proceduce uses parallel computation for the construction of the GIT-cones. The a-faces are not computed in parallel. This can be done by calling the aface procedure specifying a list of simplex faces. If used with the optional argument G, the orbit decomposition of the simplex of columns of Q is computed. Refer to the Singular documentation how to do this more efficiently using GAP.2462 NOTE: The proceduce uses parallel computation for the construction of the GIT-cones. The a-faces are not computed in parallel. This can be done by calling the aface procedure specifying a list of simplex faces. If used with the optional argument G, the orbit decomposition of the simplex of columns of Q is computed. Refer to the Singular documentation on how to do this more efficiently using GAP. 2463 2463 EXAMPLE: example GITfan; shows an example 2464 2464 "
Note: See TracChangeset
for help on using the changeset viewer.