Changeset 5ff68b in git for gfanlib/gfanlib_polyhedralfan.h
- Timestamp:
- Oct 14, 2014, 10:31:31 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 97351e66f70a4390d6f911ee38436e695b8ec551
- Parents:
- 5a60835ee02dcb3d57c9e469c5d50e25ec5d29db
- git-author:
- Yue Ren <ren@mathematik.uni-kl.de>2014-10-14 23:31:31+03:00
- git-committer:
- Yue Ren <ren@mathematik.uni-kl.de>2015-02-06 13:47:01+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/gfanlib_polyhedralfan.h
r5a6083 r5ff68b 24 24 typedef std::map<int,IntVectorList> IncidenceList; 25 25 26 class PolyhedralFan ; 27 26 class PolyhedralFan; 28 27 PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false); 29 28 … … 55 54 int getMaxDimension()const; 56 55 int getMinDimension()const; 57 58 // friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false); 59 56 // friend PolyhedralFan refinement(const PolyhedralFan &a, const PolyhedralFan &b, int cutOffDimension=-1, bool allowASingleConeOfCutOffDimension=false); 60 57 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 61 58 ZMatrix getRelativeInteriorPoints();
Note: See TracChangeset
for help on using the changeset viewer.