source: git/Singular/dyn_modules/gfanlib/adjustWeights.h @ 296b78

fieker-DuValspielwiese
Last change on this file since 296b78 was 551009, checked in by Yue Ren <ren@…>, 9 years ago
new: tropicalTraversalMinimizingFlips
  • Property mode set to 100644
File size: 460 bytes
Line 
1#ifndef GFANLIB_ADJUSTWEIGHTS_H
2#define GFANLIB_ADJUSTWEIGHTS_H
3
4#include <gfanlib/gfanlib_vector.h>
5
6gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w);
7gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w);
8gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w);
9gfan::ZVector valued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w);
10
11#endif
Note: See TracBrowser for help on using the repository browser.