spielwiese
Last change
on this file since 7cc3fd was
15813d,
checked in by Hans Schoenemann <hannes@…>, 7 years ago
|
format
|
-
Property mode set to
100644
|
File size:
745 bytes
|
Line | |
---|
1 | /* |
---|
2 | * gfanlib_mixedvolume.h |
---|
3 | * |
---|
4 | * Created on: Apr 10, 2016 |
---|
5 | * Author: anders |
---|
6 | */ |
---|
7 | |
---|
8 | #ifndef GFANLIB_MIXEDVOLUME_H_ |
---|
9 | #define GFANLIB_MIXEDVOLUME_H_ |
---|
10 | |
---|
11 | #include <vector> |
---|
12 | |
---|
13 | #include "gfanlib_matrix.h" |
---|
14 | #include "gfanlib_z.h" |
---|
15 | |
---|
16 | namespace gfan{ |
---|
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 | |
---|
27 | } |
---|
28 | |
---|
29 | #endif /* GFANLIB_MIXEDVOLUME_H_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.