Changeset 4b5171 in git for gfanlib/gfanlib_polyhedralfan.h
- Timestamp:
- Nov 14, 2013, 12:55:19 AM (10 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 69d7df9d6e37a88830212a5cdd4ec805ea3bf11f
- Parents:
- 805db880fb96d59fecac7fee422e4f6717e4b9cb
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-14 00:55:19+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-11-15 14:58:04+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/gfanlib_polyhedralfan.h
r805db88 r4b5171 24 24 typedef std::map<int,IntVectorList> IncidenceList; 25 25 26 class PolyhedralFan ; 26 27 28 PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false); 27 29 28 30 /** A PolyhedralFan is simply a collection of canonicalized PolyhedralCones. … … 53 55 int getMaxDimension()const; 54 56 int getMinDimension()const; 55 friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false); 57 58 // friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false); 59 56 60 ZMatrix getRays(int dim=1);//This can be called for other dimensions than 1. The term "Rays" still makes sense modulo the common linearity space 57 61 ZMatrix getRelativeInteriorPoints();
Note: See TracChangeset
for help on using the changeset viewer.