source: git/gfanlib/gfanlib_mixedvolume.h @ fbaeb5

spielwiese
Last change on this file since fbaeb5 was 5cea7a, checked in by Yue <ren@…>, 8 years ago
chg: new gfanlib version 0.6
  • Property mode set to 100644
File size: 640 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
16namespace 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.