Changeset 15813d in git for gfanlib/gfanlib_mixedvolume.h
- Timestamp:
- Aug 8, 2016, 2:16:11 PM (7 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 7cc3fdae6091a6fab65626857c1ed2c59f027dcd
- Parents:
- 47a774fa4174b578843d43227fcc351165473747
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gfanlib/gfanlib_mixedvolume.h
r47a774 r15813d 15 15 16 16 namespace gfan{ 17 18 19 20 21 22 23 24 25 17 Integer mixedVolume(std::vector<IntMatrix> const &tuple, int nthreads=0, int steps=500); 18 namespace MixedVolumeExamples{ 19 std::vector<IntMatrix> cyclic(int n); 20 std::vector<IntMatrix> noon(int n); 21 std::vector<IntMatrix> chandra(int n); 22 std::vector<IntMatrix> katsura(int n); 23 std::vector<IntMatrix> gaukwa(int n); 24 std::vector<IntMatrix> eco(int n); 25 } 26 26 27 27 }
Note: See TracChangeset
for help on using the changeset viewer.