My Project  debian-1:4.1.1-p2+ds-4build1
adjustWeights.h
Go to the documentation of this file.
1 #ifndef GFANLIB_ADJUSTWEIGHTS_H
2 #define GFANLIB_ADJUSTWEIGHTS_H
3 
4 #include "gfanlib/gfanlib_vector.h"
5 
6 gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w);
7 gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w);
8 gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w);
9 gfan::ZVector valued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w);
10 
11 #endif
valued_adjustWeightForHomogeneity
gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w)
Definition: adjustWeights.cc:31
valued_adjustWeightUnderHomogeneity
gfan::ZVector valued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w)
Definition: adjustWeights.cc:71
w
const CanonicalForm & w
Definition: facAbsFact.cc:55
nonvalued_adjustWeightForHomogeneity
gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w)
Definition: adjustWeights.cc:13
nonvalued_adjustWeightUnderHomogeneity
gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w)
Definition: adjustWeights.cc:52