source: git/Singular/dyn_modules/gfanlib/flip.h @ b5dd9b

fieker-DuValspielwiese
Last change on this file since b5dd9b was b5dd9b, checked in by Hans Schönemann <hannes@…>, 7 years ago
use include ".." for singular related .h, p1
  • Property mode set to 100644
File size: 460 bytes
Line 
1#ifndef GFANLIB_FLIP_H
2#define GFANLIB_FLIP_H
3
4#include <utility>
5#include "polys/simpleideals.h"
6#include "gfanlib/gfanlib_vector.h"
7
8std::pair<ideal,ring> flip(const ideal I, const ring r,
9                           const gfan::ZVector interiorPoint,
10                           const gfan::ZVector facetNormal,
11                           const gfan::ZVector adjustedInteriorPoint,
12                           const gfan::ZVector adjustedFacetNormal);
13
14#endif
Note: See TracBrowser for help on using the repository browser.